PhysX SDK 3.2 API Reference: PxVehicleShaders.h File Reference

PhysX SDK 3.2 API

PxVehicleShaders.h File Reference

#include "vehicle/PxVehicleSDK.h"

Include dependency graph for PxVehicleShaders.h:

vehicle/PxVehicleSDK.hfoundation/Px.hfoundation/PxVersionNumber.hfoundation/PxSimpleTypes.hfoundation/PxPreprocessor.h

This graph shows which files directly or indirectly include this file:

PxPhysicsAPI.hPxVehicleWheels.hPxVehicleDrive.hPxVehicleDrive4W.hPxVehicleDriveTank.hPxVehicleUtilControl.h

Go to the source code of this file.


Classes

class  PxVehicleTireForceCalculator
 Structure containing shader data for each tire of a vehicle and a shader function that computes individual tire forces. More...

Typedefs

typedef void(* PxVehicleComputeTireForce )(const void *shaderData, const PxF32 tireFriction, const PxF32 longSlip, const PxF32 latSlip, const PxF32 camber, const PxF32 wheelOmega, const PxF32 wheelRadius, const PxF32 recipWheelRadius, const PxF32 restTireLoad, const PxF32 normalisedTireLoad, const PxF32 tireLoad, const PxF32 gravity, const PxF32 recipGravity, PxF32 &wheelTorque, PxF32 &tireLongForceMag, PxF32 &tireLatForceMag, PxF32 &tireAlignMoment)
 Prototype of shader function that computes wheel torque and tire forces.

Functions

void PxVehicleComputeTireForceDefault (const void *shaderData, const PxF32 tireFriction, const PxF32 longSlip, const PxF32 latSlip, const PxF32 camber, const PxF32 wheelOmega, const PxF32 wheelRadius, const PxF32 recipWheelRadius, const PxF32 restTireLoad, const PxF32 normalisedTireLoad, const PxF32 tireLoad, const PxF32 gravity, const PxF32 recipGravity, PxF32 &wheelTorque, PxF32 &tireLongForceMag, PxF32 &tireLatForceMag, PxF32 &tireAlignMoment)
 Default implementation of PxVehicleComputeTireForce.
 PX_COMPILE_TIME_ASSERT (0==(sizeof(PxVehicleChassisData)&0x0f))



Copyright © 2008-2012 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com