![]() |
RigsofRods
Soft-body Physics Simulation
|
#include <Terrn2FileFormat.h>
Data Fields | |
std::string | name |
std::string | ogre_ter_conf_filename |
Ogre::ColourValue | ambient_color = Ogre::ColourValue::White |
int | category_id = -1 |
Ogre::Vector3 | start_position = Ogre::Vector3::ZERO |
Ogre::Degree | start_rotation = Ogre::Degree(0.f) |
bool | start_rotation_specified = false |
std::string | guid |
int | version = 1 |
float | gravity = DEFAULT_GRAVITY |
float | water_height = 0.f |
float | water_bottom_height = 0.f |
std::list< Terrn2Author > | authors |
std::list< std::string > | tobj_files |
std::list< std::string > | as_files |
std::list< std::string > | assetpack_files |
std::list< std::string > | ai_presets_files |
std::list< Terrn2Telepoint > | telepoints |
std::string | caelum_config |
int | caelum_fog_start = 0 |
int | caelum_fog_end = 0 |
std::string | cubemap_config |
bool | has_water = false |
std::string | hydrax_conf_file |
std::string | skyx_config |
std::string | traction_map_file |
std::string | custom_material_name |
std::string | teleport_map_image |
Definition at line 49 of file Terrn2FileFormat.h.
std::list<std::string> RoR::Terrn2Document::ai_presets_files |
Definition at line 67 of file Terrn2FileFormat.h.
Ogre::ColourValue RoR::Terrn2Document::ambient_color = Ogre::ColourValue::White |
Definition at line 53 of file Terrn2FileFormat.h.
std::list<std::string> RoR::Terrn2Document::as_files |
Definition at line 65 of file Terrn2FileFormat.h.
std::list<std::string> RoR::Terrn2Document::assetpack_files |
Definition at line 66 of file Terrn2FileFormat.h.
std::list<Terrn2Author> RoR::Terrn2Document::authors |
Definition at line 63 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::caelum_config |
Definition at line 69 of file Terrn2FileFormat.h.
int RoR::Terrn2Document::caelum_fog_end = 0 |
Definition at line 71 of file Terrn2FileFormat.h.
int RoR::Terrn2Document::caelum_fog_start = 0 |
Definition at line 70 of file Terrn2FileFormat.h.
int RoR::Terrn2Document::category_id = -1 |
Definition at line 54 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::cubemap_config |
Definition at line 72 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::custom_material_name |
Definition at line 77 of file Terrn2FileFormat.h.
float RoR::Terrn2Document::gravity = DEFAULT_GRAVITY |
Definition at line 60 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::guid |
Definition at line 58 of file Terrn2FileFormat.h.
bool RoR::Terrn2Document::has_water = false |
Definition at line 73 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::hydrax_conf_file |
Definition at line 74 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::name |
Definition at line 51 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::ogre_ter_conf_filename |
Definition at line 52 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::skyx_config |
Definition at line 75 of file Terrn2FileFormat.h.
Ogre::Vector3 RoR::Terrn2Document::start_position = Ogre::Vector3::ZERO |
Definition at line 55 of file Terrn2FileFormat.h.
Ogre::Degree RoR::Terrn2Document::start_rotation = Ogre::Degree(0.f) |
Definition at line 56 of file Terrn2FileFormat.h.
bool RoR::Terrn2Document::start_rotation_specified = false |
Definition at line 57 of file Terrn2FileFormat.h.
std::list<Terrn2Telepoint> RoR::Terrn2Document::telepoints |
Definition at line 68 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::teleport_map_image |
Definition at line 78 of file Terrn2FileFormat.h.
std::list<std::string> RoR::Terrn2Document::tobj_files |
Definition at line 64 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::traction_map_file |
Definition at line 76 of file Terrn2FileFormat.h.
int RoR::Terrn2Document::version = 1 |
Definition at line 59 of file Terrn2FileFormat.h.
float RoR::Terrn2Document::water_bottom_height = 0.f |
Definition at line 62 of file Terrn2FileFormat.h.
float RoR::Terrn2Document::water_height = 0.f |
Definition at line 61 of file Terrn2FileFormat.h.