|
SuperTuxKart
|
Public Member Functions | |
| ModelDefinition () | |
| Constructor to allow storing this in STL containers. | |
| ModelDefinition (const XMLNode *xml, int distance, std::string &model, bool tangent, bool skeletal_animation) | |
Public Attributes | |
| std::string | m_model_file |
| bool | m_tangent |
| const XMLNode * | m_xml |
| int | m_distance |
| For LOD. | |
| bool | m_skeletal_animation |