Class PxVehicleDirectDriveThrottleCommandResponseParams

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

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