PxVehiclePhysXRoadGeometryQueryType
Defined in include/vehicle2/physxRoadGeometry/PxVehiclePhysXRoadGeometryParams.h
-
struct PxVehiclePhysXRoadGeometryQueryType
PhysX scene queries may be raycasts or sweeps.
Note
eNONE will result in no PhysX scene query. This option will not overwrite the associated PxVehicleRoadGeometryState.
Public Types
-
enum Enum
Values:
-
enumerator eNONE
Info about the road geometry below the wheel is provided by the user.
-
enumerator eRAYCAST
The road geometry below the wheel is analyzed using a raycast query.
-
enumerator eSWEEP
The road geometry below the wheel is analyzed using a sweep query.
-
enumerator eMAX_NB
-
enumerator eNONE
-
enum Enum