![]() |
RigsofRods
Soft-body Physics Simulation
|
#include <Terrn2FileFormat.h>
Public Member Functions | |
Terrn2Document () | |
Data Fields | |
std::string | name |
std::string | ogre_ter_conf_filename |
Ogre::ColourValue | ambient_color |
int | category_id |
Ogre::Vector3 | start_position |
std::string | guid |
int | version |
float | gravity |
float | water_height |
float | water_bottom_height |
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 |
int | caelum_fog_end |
std::string | cubemap_config |
bool | has_water |
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 48 of file Terrn2FileFormat.h.
Terrn2Document::Terrn2Document | ( | ) |
Definition at line 178 of file Terrn2FileFormat.cpp.
std::list<std::string> RoR::Terrn2Document::ai_presets_files |
Definition at line 66 of file Terrn2FileFormat.h.
Ogre::ColourValue RoR::Terrn2Document::ambient_color |
Definition at line 54 of file Terrn2FileFormat.h.
std::list<std::string> RoR::Terrn2Document::as_files |
Definition at line 64 of file Terrn2FileFormat.h.
std::list<std::string> RoR::Terrn2Document::assetpack_files |
Definition at line 65 of file Terrn2FileFormat.h.
std::list<Terrn2Author> RoR::Terrn2Document::authors |
Definition at line 62 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::caelum_config |
Definition at line 68 of file Terrn2FileFormat.h.
int RoR::Terrn2Document::caelum_fog_end |
Definition at line 70 of file Terrn2FileFormat.h.
int RoR::Terrn2Document::caelum_fog_start |
Definition at line 69 of file Terrn2FileFormat.h.
int RoR::Terrn2Document::category_id |
Definition at line 55 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::cubemap_config |
Definition at line 71 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::custom_material_name |
Definition at line 76 of file Terrn2FileFormat.h.
float RoR::Terrn2Document::gravity |
Definition at line 59 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::guid |
Definition at line 57 of file Terrn2FileFormat.h.
bool RoR::Terrn2Document::has_water |
Definition at line 72 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::hydrax_conf_file |
Definition at line 73 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::name |
Definition at line 52 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::ogre_ter_conf_filename |
Definition at line 53 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::skyx_config |
Definition at line 74 of file Terrn2FileFormat.h.
Ogre::Vector3 RoR::Terrn2Document::start_position |
Definition at line 56 of file Terrn2FileFormat.h.
std::list<Terrn2Telepoint> RoR::Terrn2Document::telepoints |
Definition at line 67 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::teleport_map_image |
Definition at line 77 of file Terrn2FileFormat.h.
std::list<std::string> RoR::Terrn2Document::tobj_files |
Definition at line 63 of file Terrn2FileFormat.h.
std::string RoR::Terrn2Document::traction_map_file |
Definition at line 75 of file Terrn2FileFormat.h.
int RoR::Terrn2Document::version |
Definition at line 58 of file Terrn2FileFormat.h.
float RoR::Terrn2Document::water_bottom_height |
Definition at line 61 of file Terrn2FileFormat.h.
float RoR::Terrn2Document::water_height |
Definition at line 60 of file Terrn2FileFormat.h.