RigsofRods
Soft-body Physics Simulation
|
#include <ODefFileFormat.h>
Data Structures | |
struct | ODefFileHeader |
Data Fields | |
struct RoR::ODefFile::ODefFileHeader | header |
bool | mode_standard = false |
std::vector< LocalizerType > | localizers |
std::list< std::string > | sounds |
std::list< std::string > | groundmodel_files |
std::list< ODefCollisionBox > | collision_boxes |
std::list< ODefCollisionMesh > | collision_meshes |
std::list< ODefParticleSys > | particle_systems |
std::list< ODefAnimation > | animations |
std::list< ODefTexPrint > | texture_prints |
Section 'drawTextOnMeshTexture'. More... | |
std::list< ODefSpotlight > | spotlights |
std::list< ODefPointLight > | point_lights |
std::string | mat_name |
Section 'setMeshMaterial'. More... | |
std::string | mat_name_generate |
Section 'generateMaterialShaders'. More... | |
Definition at line 118 of file ODefFileFormat.h.
std::list<ODefAnimation> RoR::ODefFile::animations |
Definition at line 134 of file ODefFileFormat.h.
std::list<ODefCollisionBox> RoR::ODefFile::collision_boxes |
Definition at line 131 of file ODefFileFormat.h.
std::list<ODefCollisionMesh> RoR::ODefFile::collision_meshes |
Definition at line 132 of file ODefFileFormat.h.
std::list<std::string> RoR::ODefFile::groundmodel_files |
Definition at line 130 of file ODefFileFormat.h.
struct RoR::ODefFile::ODefFileHeader RoR::ODefFile::header |
std::vector<LocalizerType> RoR::ODefFile::localizers |
Definition at line 128 of file ODefFileFormat.h.
std::string RoR::ODefFile::mat_name |
Section 'setMeshMaterial'.
Definition at line 138 of file ODefFileFormat.h.
std::string RoR::ODefFile::mat_name_generate |
Section 'generateMaterialShaders'.
Definition at line 139 of file ODefFileFormat.h.
bool RoR::ODefFile::mode_standard = false |
Definition at line 127 of file ODefFileFormat.h.
std::list<ODefParticleSys> RoR::ODefFile::particle_systems |
Definition at line 133 of file ODefFileFormat.h.
std::list<ODefPointLight> RoR::ODefFile::point_lights |
Definition at line 137 of file ODefFileFormat.h.
std::list<std::string> RoR::ODefFile::sounds |
Definition at line 129 of file ODefFileFormat.h.
std::list<ODefSpotlight> RoR::ODefFile::spotlights |
Definition at line 136 of file ODefFileFormat.h.
std::list<ODefTexPrint> RoR::ODefFile::texture_prints |
Section 'drawTextOnMeshTexture'.
Definition at line 135 of file ODefFileFormat.h.