diff options
| author | sschirm <[email protected]> | 2017-01-06 14:45:46 +0100 |
|---|---|---|
| committer | sschirm <[email protected]> | 2017-01-06 14:45:46 +0100 |
| commit | c7a921796332e8fcd51f3e05c1a318a41282e1e2 (patch) | |
| tree | 770db0c76e954045fe5178a36a7519b26df6942a /PhysX_3.4/Include/vehicle/PxVehicleComponents.h | |
| parent | PhysX 3.4, APEX 1.4 release candidate update: @21511067-21511214 (diff) | |
| download | physx-3.4-c7a921796332e8fcd51f3e05c1a318a41282e1e2.tar.xz physx-3.4-c7a921796332e8fcd51f3e05c1a318a41282e1e2.zip | |
PhysX 3.4, APEX 1.4 release candidate update: @21542069
Diffstat (limited to 'PhysX_3.4/Include/vehicle/PxVehicleComponents.h')
| -rw-r--r-- | PhysX_3.4/Include/vehicle/PxVehicleComponents.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/PhysX_3.4/Include/vehicle/PxVehicleComponents.h b/PhysX_3.4/Include/vehicle/PxVehicleComponents.h index 4c13f4eb..009a1e8e 100644 --- a/PhysX_3.4/Include/vehicle/PxVehicleComponents.h +++ b/PhysX_3.4/Include/vehicle/PxVehicleComponents.h @@ -23,7 +23,7 @@ // components in life support devices or systems without express written approval of // NVIDIA Corporation. // -// Copyright (c) 2008-2016 NVIDIA Corporation. All rights reserved. +// Copyright (c) 2008-2017 NVIDIA Corporation. All rights reserved. // Copyright (c) 2004-2008 AGEIA Technologies, Inc. All rights reserved. // Copyright (c) 2001-2004 NovodeX AG. All rights reserved. @@ -325,7 +325,7 @@ public: \note Specified in seconds (s). - <b>Range:</b> [0, MAX_NB_GEAR_RATIOS)<br> + <b>Range:</b> [0, PX_MAX_F32)<br> */ PxReal mSwitchTime; @@ -690,7 +690,7 @@ public: \note Specified in kilograms metres-squared per second (kg m^2 s^-1) - <b>Range:</b> (0,MAX_NB_GEAR_RATIOS)<br> + <b>Range:</b> [0,PX_MAX_F32)<br> */ PxReal mStrength; |