![]() |
PeriDyno 1.2.1
|
#include <TextureMesh.h>


Public Member Functions | |
| Shape () | |
| ~Shape () override | |
Public Member Functions inherited from dyno::Object | |
| Object () | |
| virtual | ~Object () |
| ObjectId | objectId () |
Public Attributes | |
| DArray< TopologyModule::Triangle > | vertexIndex |
| DArray< TopologyModule::Triangle > | normalIndex |
| DArray< TopologyModule::Triangle > | texCoordIndex |
| TAlignedBox3D< Real > | boundingBox |
| Transform3f | boundingTransform |
| std::shared_ptr< Material > | material = nullptr |
Additional Inherited Members | |
Static Public Member Functions inherited from dyno::Object | |
| static bool | registerClass (ClassInfo *ci) |
| static Object * | createObject (std::string name) |
| static std::map< std::string, ClassInfo * > * | getClassMap () |
| static ObjectId | baseId () |
| Base Id. | |
Definition at line 50 of file TextureMesh.h.
|
inline |
Definition at line 53 of file TextureMesh.h.
|
inlineoverride |
Definition at line 54 of file TextureMesh.h.
| TAlignedBox3D<Real> dyno::Shape::boundingBox |
Definition at line 64 of file TextureMesh.h.
| Transform3f dyno::Shape::boundingTransform |
Definition at line 65 of file TextureMesh.h.
| std::shared_ptr<Material> dyno::Shape::material = nullptr |
Definition at line 67 of file TextureMesh.h.
| DArray<TopologyModule::Triangle> dyno::Shape::normalIndex |
Definition at line 61 of file TextureMesh.h.
| DArray<TopologyModule::Triangle> dyno::Shape::texCoordIndex |
Definition at line 62 of file TextureMesh.h.
| DArray<TopologyModule::Triangle> dyno::Shape::vertexIndex |
Definition at line 60 of file TextureMesh.h.