NcEngine
|
Settings for configuring a Vehicle orientation. More...
#include <Vehicle.h>
Public Attributes | |
Vector3 | up = Vector3::Up() |
local space vehicle up direction | |
Vector3 | forward = Vector3::Front() |
local space vehicle forward direction | |
float | maxRollAngle = std::numbers::pi_v<float> |
constrain vehicle pitch/roll [units: radians, range: [0, pi]] (pi to disable) | |
Settings for configuring a Vehicle orientation.