RigsofRods
Soft-body Physics Simulation
|
#include <RigDef_File.h>
Data Fields | |
Node::Ref | axis_nodes [2] |
Node::Ref | base_plate_nodes [4] |
Node::Ref | rotating_plate_nodes [4] |
float | rate = 0.f |
unsigned int | spin_left_key = 0 |
unsigned int | spin_right_key = 0 |
Inertia | inertia |
std::shared_ptr< Inertia > | inertia_defaults |
float | engine_coupling = 1.f |
bool | needs_engine = false |
Definition at line 1141 of file RigDef_File.h.
Node::Ref RigDef::Rotator::axis_nodes[2] |
Definition at line 1143 of file RigDef_File.h.
Node::Ref RigDef::Rotator::base_plate_nodes[4] |
Definition at line 1144 of file RigDef_File.h.
float RigDef::Rotator::engine_coupling = 1.f |
Definition at line 1151 of file RigDef_File.h.
Inertia RigDef::Rotator::inertia |
Definition at line 1149 of file RigDef_File.h.
std::shared_ptr<Inertia> RigDef::Rotator::inertia_defaults |
Definition at line 1150 of file RigDef_File.h.
bool RigDef::Rotator::needs_engine = false |
Definition at line 1152 of file RigDef_File.h.
float RigDef::Rotator::rate = 0.f |
Definition at line 1146 of file RigDef_File.h.
Node::Ref RigDef::Rotator::rotating_plate_nodes[4] |
Definition at line 1145 of file RigDef_File.h.
unsigned int RigDef::Rotator::spin_left_key = 0 |
Definition at line 1147 of file RigDef_File.h.
unsigned int RigDef::Rotator::spin_right_key = 0 |
Definition at line 1148 of file RigDef_File.h.