TriangleMesh_Obj Class Referencefinal
Inheritance diagram for TriangleMesh_Obj:
TriangleMesh Asset Clonable Component SIMDAlignedType

Public Member Functions

 LM_IMPL_CLASS (TriangleMesh_Obj, TriangleMesh)
 
 LM_IMPL_F (Load)
 
 LM_IMPL_F (NumVertices)
 
 LM_IMPL_F (NumFaces)
 
 LM_IMPL_F (Positions)
 
 LM_IMPL_F (Normals)
 
 LM_IMPL_F (Texcoords)
 
 LM_IMPL_F (Faces)
 
- Public Member Functions inherited from TriangleMesh
 LM_INTERFACE_CLASS (TriangleMesh, Asset, 6)
 
 LM_DISABLE_COPY_AND_MOVE (TriangleMesh)
 
 LM_INTERFACE_F (0, NumVertices, int())
 
 LM_INTERFACE_F (1, NumFaces, int())
 
 LM_INTERFACE_F (2, Positions, const Float *())
 
 LM_INTERFACE_F (3, Normals, const Float *())
 
 LM_INTERFACE_F (4, Texcoords, const Float *())
 
 LM_INTERFACE_F (5, Faces, const unsigned int *())
 
- Public Member Functions inherited from Asset
 LM_INTERFACE_CLASS (Asset, Clonable, 2)
 
 LM_DISABLE_COPY_AND_MOVE (Asset)
 
 LM_INTERFACE_F (0, Load, bool(const PropertyNode *prop, Assets *assets, const Primitive *primitive))
 Load an asset from a property node. More...
 
 LM_INTERFACE_F (1, PostLoad, bool(const Scene *scene))
 Post processing of the asset. More...
 
- Public Member Functions inherited from Clonable
 LM_INTERFACE_CLASS (Clonable, Component, 1)
 
 LM_DISABLE_COPY_AND_MOVE (Clonable)
 
 LM_INTERFACE_F (0, Clone, void(Clonable *o))
 Clone the instalce. More...
 
- Public Member Functions inherited from SIMDAlignedType
void * operator new (std::size_t size) throw (std::bad_alloc)
 
void operator delete (void *p)
 

Protected Attributes

std::vector< Float > ps_
 
std::vector< Float > ns_
 
std::vector< Float > ts_
 
std::vector< unsigned int > fs_