Add simple mesh viewer
This commit is contained in:
parent
fcd90b5db4
commit
8a41337e2d
19 changed files with 275 additions and 2 deletions
|
@ -58,6 +58,11 @@ public:
|
|||
|
||||
void transform(const Transform& transform);
|
||||
|
||||
unsigned getNumNodes() const
|
||||
{
|
||||
return mNodes.size();
|
||||
}
|
||||
|
||||
protected:
|
||||
std::unordered_map<std::string, std::vector<double> > mVectorAttributes;
|
||||
VecNodes mNodes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue