Click or drag to resize

VehicleTypeMaxPitchRollAngle Property

Defines the maximum pitch/roll angle, can be used to avoid the car from getting upside down. The vehicle up direction will stay within a cone centered around the up axis with half top angle MaxPitchRollAngle, set to 180 to turn off.

Namespace:  NeoAxis
Assembly:  NeoAxis.CoreExtension (in NeoAxis.CoreExtension.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax
C#
public Reference<Degree> MaxPitchRollAngle { get; set; }

Property Value

Type: ReferenceDegree
See Also