RigsofRods
Soft-body Physics Simulation
|
#include <OTCFileFormat.h>
Public Member Functions | |
OTCPage (int pos_x, int pos_z, std::string const &conf_filename, bool flipX, bool flipY, int rawsize, int rawbpp) | |
Data Fields | |
std::string | pageconf_filename |
std::string | heightmap_filename |
int | num_layers |
int | pos_x |
int | pos_z |
bool | is_heightmap_raw |
bool | raw_flip_x |
bool | raw_flip_y |
int | raw_size |
int | raw_bpp |
std::list< OTCLayer > | layers |
Definition at line 47 of file OTCFileFormat.h.
RoR::OTCPage::OTCPage | ( | int | pos_x, |
int | pos_z, | ||
std::string const & | conf_filename, | ||
bool | flipX, | ||
bool | flipY, | ||
int | rawsize, | ||
int | rawbpp | ||
) |
Definition at line 189 of file OTCFileFormat.cpp.
std::string RoR::OTCPage::heightmap_filename |
Definition at line 52 of file OTCFileFormat.h.
bool RoR::OTCPage::is_heightmap_raw |
Definition at line 55 of file OTCFileFormat.h.
std::list<OTCLayer> RoR::OTCPage::layers |
Definition at line 58 of file OTCFileFormat.h.
int RoR::OTCPage::num_layers |
Definition at line 53 of file OTCFileFormat.h.
std::string RoR::OTCPage::pageconf_filename |
Definition at line 51 of file OTCFileFormat.h.
int RoR::OTCPage::pos_x |
Definition at line 54 of file OTCFileFormat.h.
int RoR::OTCPage::pos_z |
Definition at line 54 of file OTCFileFormat.h.
int RoR::OTCPage::raw_bpp |
Definition at line 56 of file OTCFileFormat.h.
bool RoR::OTCPage::raw_flip_x |
Definition at line 55 of file OTCFileFormat.h.
bool RoR::OTCPage::raw_flip_y |
Definition at line 55 of file OTCFileFormat.h.
int RoR::OTCPage::raw_size |
Definition at line 56 of file OTCFileFormat.h.