RigsofRods
Soft-body Physics Simulation
|
#include <RigDef_File.h>
Data Fields | |
Node::Ref | nodes [2] |
float | shorten_rate = 0.f |
float | lengthen_rate = 0.f |
float | max_contraction = 0.f |
float | max_extension = 0.f |
unsigned int | contract_key = 0 |
unsigned int | extend_key = 0 |
Ogre::String | description |
Inertia | inertia |
float | affect_engine = 1.f |
bool | needs_engine = true |
bool | plays_sound = true |
std::shared_ptr< BeamDefaults > | beam_defaults |
std::shared_ptr< Inertia > | inertia_defaults |
int | detacher_group = 0 |
bool | option_i_invisible = false |
bool | option_r_rope = false |
bool | option_c_auto_center = false |
bool | option_f_not_faster = false |
bool | option_p_1press = false |
bool | option_o_1press_center = false |
Definition at line 763 of file RigDef_File.h.
float RigDef::Command2::affect_engine = 1.f |
Definition at line 774 of file RigDef_File.h.
std::shared_ptr<BeamDefaults> RigDef::Command2::beam_defaults |
Definition at line 777 of file RigDef_File.h.
unsigned int RigDef::Command2::contract_key = 0 |
Definition at line 770 of file RigDef_File.h.
Ogre::String RigDef::Command2::description |
Definition at line 772 of file RigDef_File.h.
int RigDef::Command2::detacher_group = 0 |
Definition at line 779 of file RigDef_File.h.
unsigned int RigDef::Command2::extend_key = 0 |
Definition at line 771 of file RigDef_File.h.
Inertia RigDef::Command2::inertia |
Definition at line 773 of file RigDef_File.h.
std::shared_ptr<Inertia> RigDef::Command2::inertia_defaults |
Definition at line 778 of file RigDef_File.h.
float RigDef::Command2::lengthen_rate = 0.f |
Definition at line 767 of file RigDef_File.h.
float RigDef::Command2::max_contraction = 0.f |
Definition at line 768 of file RigDef_File.h.
float RigDef::Command2::max_extension = 0.f |
Definition at line 769 of file RigDef_File.h.
bool RigDef::Command2::needs_engine = true |
Definition at line 775 of file RigDef_File.h.
Node::Ref RigDef::Command2::nodes[2] |
Definition at line 765 of file RigDef_File.h.
bool RigDef::Command2::option_c_auto_center = false |
Definition at line 783 of file RigDef_File.h.
bool RigDef::Command2::option_f_not_faster = false |
Definition at line 784 of file RigDef_File.h.
bool RigDef::Command2::option_i_invisible = false |
Definition at line 781 of file RigDef_File.h.
bool RigDef::Command2::option_o_1press_center = false |
Definition at line 786 of file RigDef_File.h.
bool RigDef::Command2::option_p_1press = false |
Definition at line 785 of file RigDef_File.h.
bool RigDef::Command2::option_r_rope = false |
Definition at line 782 of file RigDef_File.h.
bool RigDef::Command2::plays_sound = true |
Definition at line 776 of file RigDef_File.h.
float RigDef::Command2::shorten_rate = 0.f |
Definition at line 766 of file RigDef_File.h.