Class PxVehicleSteerCommandResponseParams

java.lang.Object
physx.NativeObject
physx.vehicle2.PxVehicleCommandResponseParams
physx.vehicle2.PxVehicleSteerCommandResponseParams

public class PxVehicleSteerCommandResponseParams extends PxVehicleCommandResponseParams
Distribute a steer response to the wheels of a vehicle. Note: The steer angle applied to each wheel on the ith wheel is steerCommand * maxResponse * wheelResponseMultipliers[i]. Note: A typical use case is to set maxResponse to be the vehicle's maximum achievable steer angle that occurs when the steer command is equal to 1.0. The array wheelResponseMultipliers[i] would then be used to specify the maximum achievable steer angle per wheel as a fractional multiplier of the vehicle's maximum achievable steer angle.