20#include "../object/object.h"
21#include "../variant/types.h"
34 std::shared_ptr<std::map<std::string, VerticesPtr>>
vertices;
The Geometry class is a collection of geometric data.
Definition geometry.h:32
BoundingBoxPtr boundingBox
Definition geometry.h:36
IndicesPtr indices
This member is a shared pointer to a Indices object that represents the index data specifying how the...
Definition geometry.h:35
std::shared_ptr< std::map< std::string, VerticesPtr > > vertices
This member is a shared pointer to a map object using a string as the key and a Vertices as the vaule...
Definition geometry.h:34
std::shared_ptr< BoundingBox > BoundingBoxPtr
Definition types.h:36
std::shared_ptr< Indices > IndicesPtr
Definition types.h:38
BoundingBoxPtr getBoundingBox(const GeometryPtr &geometry, const std::string &attribName="positions")
std::shared_ptr< Geometry > GeometryPtr
Definition types.h:32