RigsofRods
Soft-body Physics Simulation
|
#include <ODefFileFormat.h>
Public Member Functions | |
ODefCollisionMesh (std::string meshname, Ogre::Vector3 scal, std::string gmodelname) | |
Data Fields | |
std::string | mesh_name |
Ogre::Vector3 | scale |
std::string | groundmodel_name |
Definition at line 63 of file ODefFileFormat.h.
|
inline |
Definition at line 65 of file ODefFileFormat.h.
std::string RoR::ODefCollisionMesh::groundmodel_name |
Definition at line 71 of file ODefFileFormat.h.
std::string RoR::ODefCollisionMesh::mesh_name |
Definition at line 69 of file ODefFileFormat.h.
Ogre::Vector3 RoR::ODefCollisionMesh::scale |
Definition at line 70 of file ODefFileFormat.h.