![]() |
Rigs of Rods 2023.09
Soft-body Physics Simulation
|
#include <RigDef_File.h>
Inheritance diagram for RigDef::Rotator: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 1034 of file RigDef_File.h.
| Node::Ref RigDef::Rotator::axis_nodes[2] |
Definition at line 1036 of file RigDef_File.h.
| Node::Ref RigDef::Rotator::base_plate_nodes[4] |
Definition at line 1037 of file RigDef_File.h.
| float RigDef::Rotator::engine_coupling = 1.f |
Definition at line 1044 of file RigDef_File.h.
| Inertia RigDef::Rotator::inertia |
Definition at line 1042 of file RigDef_File.h.
| std::shared_ptr<Inertia> RigDef::Rotator::inertia_defaults |
Definition at line 1043 of file RigDef_File.h.
| bool RigDef::Rotator::needs_engine = false |
Definition at line 1045 of file RigDef_File.h.
| float RigDef::Rotator::rate = 0.f |
Definition at line 1039 of file RigDef_File.h.
| Node::Ref RigDef::Rotator::rotating_plate_nodes[4] |
Definition at line 1038 of file RigDef_File.h.
| unsigned int RigDef::Rotator::spin_left_key = 0 |
Definition at line 1040 of file RigDef_File.h.
| unsigned int RigDef::Rotator::spin_right_key = 0 |
Definition at line 1041 of file RigDef_File.h.