|
|
| LM_COMPONENT_IMPL_DEF ("stub") |
| |
| virtual int | NumVertices () const |
| |
| virtual int | NumFaces () const |
| |
| virtual const Math::Float * | Positions () const |
| |
| virtual const Math::Float * | Normals () const |
| |
| virtual const Math::Float * | TexCoords () const |
| |
| virtual const unsigned int * | Faces () const |
| |
| virtual bool | Load (const ConfigNode &node, const Assets &assets) |
| |
|
| LM_ASSET_INTERFACE_DEF ("triangle_mesh","triangle_meshes") |
| |
|
| LM_ASSET_NO_DEPENDENCIES () |
| |
| LM_PUBLIC_API std::string | ID () const |
| |
| LM_HIDDEN_API void | SetID (const std::string &id) |
| |
| virtual std::string | ComponentInterfaceTypeName () const =0 |
| |
| virtual std::string | ComponentImplTypeName () const =0 |
| |
|
void * | operator new (std::size_t size) throw (std::bad_alloc) |
| |
|
void | operator delete (void *p) |
| |
|
std::vector< Math::Float > | positions |
| |
|
std::vector< Math::Float > | normals |
| |
|
std::vector< Math::Float > | texcoords |
| |
|
std::vector< unsigned int > | faces |
| |
The documentation for this class was generated from the following file: