Public Member Functions | |
void | parse_from (const rapidxml::xml_node< char > &node) |
TGUI_Options () | |
Public Attributes | |
double | camera_distance |
std::string | follow_vehicle |
Name of the vehicle to follow (empty=none) | |
double | force_scale |
In meters/Newton. | |
double | fov_deg |
bool | ortho |
bool | show_forces |
unsigned int | win_h |
unsigned int | win_w |
Definition at line 29 of file World_gui.cpp.
void World::TGUI_Options::parse_from | ( | const rapidxml::xml_node< char > & | node | ) |
Definition at line 40 of file World_gui.cpp.
std::string mvsim::World::TGUI_Options::follow_vehicle |
unsigned int mvsim::World::TGUI_Options::win_h |
unsigned int mvsim::World::TGUI_Options::win_w |