![]() |
RigsofRods
Soft-body Physics Simulation
|
#include <TObjFileFormat.h>
Public Member Functions | |
TObjDocument () | |
Data Fields | |
std::string | document_name |
Ogre::Vector3 | grid_position |
bool | grid_enabled |
bool | rot_yxz |
std::vector< TObjTree > | trees |
std::vector< TObjGrass > | grass |
std::vector< TObjVehicle > | vehicles |
std::vector< TObjEntry > | objects |
std::vector< ProceduralObjectPtr > | proc_objects |
Definition at line 141 of file TObjFileFormat.h.
|
inline |
Definition at line 143 of file TObjFileFormat.h.
std::string RoR::TObjDocument::document_name |
Definition at line 148 of file TObjFileFormat.h.
std::vector<TObjGrass> RoR::TObjDocument::grass |
Definition at line 153 of file TObjFileFormat.h.
bool RoR::TObjDocument::grid_enabled |
Definition at line 150 of file TObjFileFormat.h.
Ogre::Vector3 RoR::TObjDocument::grid_position |
Definition at line 149 of file TObjFileFormat.h.
std::vector<TObjEntry> RoR::TObjDocument::objects |
Definition at line 155 of file TObjFileFormat.h.
std::vector<ProceduralObjectPtr> RoR::TObjDocument::proc_objects |
Definition at line 156 of file TObjFileFormat.h.
bool RoR::TObjDocument::rot_yxz |
Definition at line 151 of file TObjFileFormat.h.
std::vector<TObjTree> RoR::TObjDocument::trees |
Definition at line 152 of file TObjFileFormat.h.
std::vector<TObjVehicle> RoR::TObjDocument::vehicles |
Definition at line 154 of file TObjFileFormat.h.