![]() |
PeriDyno 1.0.0
|
#include <TextureMesh.h>
Public Member Functions | |
Shape () | |
~Shape () override | |
![]() | |
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 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 49 of file TextureMesh.h.
|
inline |
Definition at line 52 of file TextureMesh.h.
|
inlineoverride |
Definition at line 53 of file TextureMesh.h.
TAlignedBox3D<Real> dyno::Shape::boundingBox |
Definition at line 63 of file TextureMesh.h.
Transform3f dyno::Shape::boundingTransform |
Definition at line 64 of file TextureMesh.h.
std::shared_ptr<Material> dyno::Shape::material = nullptr |
Definition at line 66 of file TextureMesh.h.
DArray<TopologyModule::Triangle> dyno::Shape::normalIndex |
Definition at line 60 of file TextureMesh.h.
DArray<TopologyModule::Triangle> dyno::Shape::texCoordIndex |
Definition at line 61 of file TextureMesh.h.
DArray<TopologyModule::Triangle> dyno::Shape::vertexIndex |
Definition at line 59 of file TextureMesh.h.