#include <SimData.h>
Definition at line 421 of file SimData.h.
◆ BrakeCombo
Wheels are braked by three mechanisms: A footbrake, a handbrake/parkingbrake, and directional brakes used for skidsteer steering.
Enumerator |
---|
NONE |
- 0 = no footbrake, no handbrake, no direction control – wheel is unbraked
|
FOOT_HAND |
- 1 = yes footbrake, yes handbrake, no direction control
|
FOOT_HAND_SKID_LEFT |
- 2 = yes footbrake, yes handbrake, yes direction control (braked when vehicle steers to the left)
|
FOOT_HAND_SKID_RIGHT |
- 3 = yes footbrake, yes handbrake, yes direction control (braked when vehicle steers to the right)
|
FOOT_ONLY |
- 4 = yes footbrake, no handbrake, no direction control – footbrake only, such as with the front wheels of a passenger car
|
Definition at line 423 of file SimData.h.
◆ debug_force
Ogre::Vector3 RoR::wheel_t::debug_force |
◆ debug_rpm
float RoR::wheel_t::debug_rpm |
◆ debug_scaled_cforce
Ogre::Vector3 RoR::wheel_t::debug_scaled_cforce |
◆ debug_slip
Ogre::Vector3 RoR::wheel_t::debug_slip |
◆ debug_torque
float RoR::wheel_t::debug_torque |
◆ debug_vel
Ogre::Vector3 RoR::wheel_t::debug_vel |
◆ wh_alb_coef
Ogre::Real RoR::wheel_t::wh_alb_coef |
Sim state; Current anti-lock brake modulation ratio.
Definition at line 446 of file SimData.h.
◆ wh_arm_node
node_t* RoR::wheel_t::wh_arm_node |
◆ wh_avg_speed
Ogre::Real RoR::wheel_t::wh_avg_speed |
Internal physics state; Do not read from this.
Definition at line 445 of file SimData.h.
◆ wh_axis_node_0
node_t* RoR::wheel_t::wh_axis_node_0 |
◆ wh_axis_node_1
node_t* RoR::wheel_t::wh_axis_node_1 |
◆ wh_braking
◆ wh_is_detached
bool RoR::wheel_t::wh_is_detached |
◆ wh_last_retorque
Ogre::Real RoR::wheel_t::wh_last_retorque |
Last external forces (friction, ...)
Definition at line 451 of file SimData.h.
◆ wh_last_torque
Ogre::Real RoR::wheel_t::wh_last_torque |
Last internal forces (engine / brakes / diffs)
Definition at line 450 of file SimData.h.
◆ wh_mass
Ogre::Real RoR::wheel_t::wh_mass |
Total rotational mass of the wheel.
Definition at line 448 of file SimData.h.
◆ wh_near_attach_node
node_t* RoR::wheel_t::wh_near_attach_node |
◆ wh_net_rp
float RoR::wheel_t::wh_net_rp |
◆ wh_nodes
node_t* RoR::wheel_t::wh_nodes[50] |
◆ wh_num_nodes
int RoR::wheel_t::wh_num_nodes |
◆ wh_num_rim_nodes
int RoR::wheel_t::wh_num_rim_nodes |
◆ wh_propulsed
int RoR::wheel_t::wh_propulsed |
◆ wh_radius
Ogre::Real RoR::wheel_t::wh_radius |
◆ wh_rim_nodes
node_t* RoR::wheel_t::wh_rim_nodes[50] |
◆ wh_rim_radius
Ogre::Real RoR::wheel_t::wh_rim_radius |
◆ wh_speed
Ogre::Real RoR::wheel_t::wh_speed |
Current wheel speed in m/s.
Definition at line 444 of file SimData.h.
◆ wh_tc_coef
Ogre::Real RoR::wheel_t::wh_tc_coef |
Sim state; Current traction control modulation ratio.
Definition at line 447 of file SimData.h.
◆ wh_torque
Ogre::Real RoR::wheel_t::wh_torque |
Internal physics state; Do not read from this.
Definition at line 449 of file SimData.h.
◆ wh_width
float RoR::wheel_t::wh_width |
The documentation for this struct was generated from the following file: