RigsofRods
Soft-body Physics Simulation
Public Member Functions | Data Fields
RoR::OTCFile Struct Reference

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< OTCPagepages
 
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
 

Detailed Description

Rembember OGRE coordinates are {X = right/left, Y = up/down, Z = front/back}.

Definition at line 62 of file OTCFileFormat.h.

Constructor & Destructor Documentation

◆ OTCFile()

RoR::OTCFile::OTCFile ( )

Definition at line 190 of file OTCFileFormat.cpp.

Field Documentation

◆ batch_size_max

int RoR::OTCFile::batch_size_max

Definition at line 76 of file OTCFileFormat.h.

◆ batch_size_min

int RoR::OTCFile::batch_size_min

Definition at line 76 of file OTCFileFormat.h.

◆ blendmap_dbg_enabled

bool RoR::OTCFile::blendmap_dbg_enabled

Definition at line 88 of file OTCFileFormat.h.

◆ cache_filename_base

std::string RoR::OTCFile::cache_filename_base

Definition at line 67 of file OTCFileFormat.h.

◆ composite_map_distance

int RoR::OTCFile::composite_map_distance

Definition at line 79 of file OTCFileFormat.h.

◆ composite_map_size

int RoR::OTCFile::composite_map_size

Definition at line 78 of file OTCFileFormat.h.

◆ disable_cache

bool RoR::OTCFile::disable_cache

Definition at line 89 of file OTCFileFormat.h.

◆ global_colormap_enabled

bool RoR::OTCFile::global_colormap_enabled

Definition at line 86 of file OTCFileFormat.h.

◆ is_flat

bool RoR::OTCFile::is_flat

Definition at line 90 of file OTCFileFormat.h.

◆ layer_blendmap_size

int RoR::OTCFile::layer_blendmap_size

Definition at line 77 of file OTCFileFormat.h.

◆ lightmap_enabled

bool RoR::OTCFile::lightmap_enabled

Definition at line 82 of file OTCFileFormat.h.

◆ lightmap_size

int RoR::OTCFile::lightmap_size

Definition at line 81 of file OTCFileFormat.h.

◆ max_pixel_error

int RoR::OTCFile::max_pixel_error

Definition at line 75 of file OTCFileFormat.h.

◆ norm_map_enabled

bool RoR::OTCFile::norm_map_enabled

Definition at line 83 of file OTCFileFormat.h.

◆ origin_pos

Ogre::Vector3 RoR::OTCFile::origin_pos

Definition at line 69 of file OTCFileFormat.h.

◆ page_filename_format

std::string RoR::OTCFile::page_filename_format

Definition at line 66 of file OTCFileFormat.h.

◆ page_size

int RoR::OTCFile::page_size

Definition at line 72 of file OTCFileFormat.h.

◆ pages

std::list<OTCPage> RoR::OTCFile::pages

Definition at line 68 of file OTCFileFormat.h.

◆ pages_max_x

int RoR::OTCFile::pages_max_x

Definition at line 74 of file OTCFileFormat.h.

◆ pages_max_z

int RoR::OTCFile::pages_max_z

Highest page index.

Definition at line 74 of file OTCFileFormat.h.

◆ parallax_enabled

bool RoR::OTCFile::parallax_enabled

Definition at line 85 of file OTCFileFormat.h.

◆ recv_dyn_shadows_depth

bool RoR::OTCFile::recv_dyn_shadows_depth

Definition at line 87 of file OTCFileFormat.h.

◆ skirt_size

int RoR::OTCFile::skirt_size

Definition at line 80 of file OTCFileFormat.h.

◆ spec_map_enabled

bool RoR::OTCFile::spec_map_enabled

Definition at line 84 of file OTCFileFormat.h.

◆ world_size

int RoR::OTCFile::world_size

Definition at line 73 of file OTCFileFormat.h.

◆ world_size_x

int RoR::OTCFile::world_size_x

Definition at line 71 of file OTCFileFormat.h.

◆ world_size_y

int RoR::OTCFile::world_size_y

Definition at line 71 of file OTCFileFormat.h.

◆ world_size_z

int RoR::OTCFile::world_size_z

Definition at line 71 of file OTCFileFormat.h.


The documentation for this struct was generated from the following files: