RigsofRods
Soft-body Physics Simulation
|
Rembember OGRE coordinates are {X = right/left, Y = up/down, Z = front/back}. More...
#include <OTCFileFormat.h>
Public Member Functions | |
OTCFile () | |
Data Fields | |
std::string | page_filename_format |
std::string | cache_filename_base |
std::list< OTCPage > | pages |
Ogre::Vector3 | origin_pos |
int | world_size_x |
int | world_size_y |
int | world_size_z |
int | page_size |
int | world_size |
int | pages_max_x |
int | pages_max_z |
Highest page index. More... | |
int | max_pixel_error |
int | batch_size_min |
int | batch_size_max |
int | layer_blendmap_size |
int | composite_map_size |
int | composite_map_distance |
int | skirt_size |
int | lightmap_size |
bool | lightmap_enabled |
bool | norm_map_enabled |
bool | spec_map_enabled |
bool | parallax_enabled |
bool | global_colormap_enabled |
bool | recv_dyn_shadows_depth |
bool | blendmap_dbg_enabled |
bool | disable_cache |
bool | is_flat |
Rembember OGRE coordinates are {X = right/left, Y = up/down, Z = front/back}.
Definition at line 62 of file OTCFileFormat.h.
RoR::OTCFile::OTCFile | ( | ) |
Definition at line 177 of file OTCFileFormat.cpp.
int RoR::OTCFile::batch_size_max |
Definition at line 76 of file OTCFileFormat.h.
int RoR::OTCFile::batch_size_min |
Definition at line 76 of file OTCFileFormat.h.
bool RoR::OTCFile::blendmap_dbg_enabled |
Definition at line 88 of file OTCFileFormat.h.
std::string RoR::OTCFile::cache_filename_base |
Definition at line 67 of file OTCFileFormat.h.
int RoR::OTCFile::composite_map_distance |
Definition at line 79 of file OTCFileFormat.h.
int RoR::OTCFile::composite_map_size |
Definition at line 78 of file OTCFileFormat.h.
bool RoR::OTCFile::disable_cache |
Definition at line 89 of file OTCFileFormat.h.
bool RoR::OTCFile::global_colormap_enabled |
Definition at line 86 of file OTCFileFormat.h.
bool RoR::OTCFile::is_flat |
Definition at line 90 of file OTCFileFormat.h.
int RoR::OTCFile::layer_blendmap_size |
Definition at line 77 of file OTCFileFormat.h.
bool RoR::OTCFile::lightmap_enabled |
Definition at line 82 of file OTCFileFormat.h.
int RoR::OTCFile::lightmap_size |
Definition at line 81 of file OTCFileFormat.h.
int RoR::OTCFile::max_pixel_error |
Definition at line 75 of file OTCFileFormat.h.
bool RoR::OTCFile::norm_map_enabled |
Definition at line 83 of file OTCFileFormat.h.
Ogre::Vector3 RoR::OTCFile::origin_pos |
Definition at line 69 of file OTCFileFormat.h.
std::string RoR::OTCFile::page_filename_format |
Definition at line 66 of file OTCFileFormat.h.
int RoR::OTCFile::page_size |
Definition at line 72 of file OTCFileFormat.h.
std::list<OTCPage> RoR::OTCFile::pages |
Definition at line 68 of file OTCFileFormat.h.
int RoR::OTCFile::pages_max_x |
Definition at line 74 of file OTCFileFormat.h.
int RoR::OTCFile::pages_max_z |
Highest page index.
Definition at line 74 of file OTCFileFormat.h.
bool RoR::OTCFile::parallax_enabled |
Definition at line 85 of file OTCFileFormat.h.
bool RoR::OTCFile::recv_dyn_shadows_depth |
Definition at line 87 of file OTCFileFormat.h.
int RoR::OTCFile::skirt_size |
Definition at line 80 of file OTCFileFormat.h.
bool RoR::OTCFile::spec_map_enabled |
Definition at line 84 of file OTCFileFormat.h.
int RoR::OTCFile::world_size |
Definition at line 73 of file OTCFileFormat.h.
int RoR::OTCFile::world_size_x |
Definition at line 71 of file OTCFileFormat.h.
int RoR::OTCFile::world_size_y |
Definition at line 71 of file OTCFileFormat.h.
int RoR::OTCFile::world_size_z |
Definition at line 71 of file OTCFileFormat.h.