#include <SPhysicsStructs.h>
Public Member Functions | |
| SPhysicsStaticMesh () | |
Public Attributes | |
| IAnimatedMesh * | mesh |
| Pointer to the Irrlicht IAnimatedMesh that the scene node was created from. | |
| vector3df | scale |
| Mesh scale. See notes for SPhysicsTerrain. | |
| ISceneNode * | node |
| Pointer to the scene node. | |
| SPhysicsStaticMesh::SPhysicsStaticMesh | ( | ) | [inline] |
| IAnimatedMesh* SPhysicsStaticMesh::mesh |
Pointer to the Irrlicht IAnimatedMesh that the scene node was created from.
| vector3df SPhysicsStaticMesh::scale |
Mesh scale. See notes for SPhysicsTerrain.
| ISceneNode* SPhysicsStaticMesh::node |
Pointer to the scene node.
1.5.1-p1