PxHeightFieldGeometry Class Reference
[Geomutils]
Height field geometry class.
More...
#include <PxHeightFieldGeometry.h>
Inheritance diagram for PxHeightFieldGeometry:
Collaboration diagram for PxHeightFieldGeometry:
Public Member Functions | |
PX_INLINE | PxHeightFieldGeometry () |
PX_INLINE | PxHeightFieldGeometry (PxHeightField *hf, PxMeshGeometryFlags flags, PxReal heightScale_, PxReal rowScale_, PxReal columnScale_) |
PX_INLINE bool | isValid () const |
Returns true if the geometry is valid. | |
Public Attributes | |
PxHeightField * | heightField |
The height field data. | |
PxReal | heightScale |
The scaling factor for the height field in vertical direction (y direction in local space). | |
PxReal | rowScale |
The scaling factor for the height field in the row direction (x direction in local space). | |
PxReal | columnScale |
The scaling factor for the height field in the column direction (z direction in local space). | |
PxMeshGeometryFlags | heightFieldFlags |
Flags to specify some collision properties for the height field. | |
PxPadding< 3 > | paddingFromFlags |
padding for mesh flags. |
Detailed Description
Height field geometry class.This class allows to create a scaled height field geometry instance.
There is a minimum allowed value for Y and XZ scaling - PX_MIN_HEIGHTFIELD_XZ_SCALE, heightfield creation will fail if XZ value is below this value.
Constructor & Destructor Documentation
PX_INLINE PxHeightFieldGeometry::PxHeightFieldGeometry | ( | ) | [inline] |
PX_INLINE PxHeightFieldGeometry::PxHeightFieldGeometry | ( | PxHeightField * | hf, | |
PxMeshGeometryFlags | flags, | |||
PxReal | heightScale_, | |||
PxReal | rowScale_, | |||
PxReal | columnScale_ | |||
) | [inline] |
Member Data Documentation
The scaling factor for the height field in the column direction (z direction in local space).
Referenced by isValid().
Flags to specify some collision properties for the height field.
The scaling factor for the height field in vertical direction (y direction in local space).
Referenced by isValid().
padding for mesh flags.
The scaling factor for the height field in the row direction (x direction in local space).
Referenced by isValid().
The documentation for this class was generated from the following file:
Copyright © 2008-2017 NVIDIA Corporation, 2701 San Tomas Expressway, Santa Clara, CA 95050 U.S.A. All rights reserved. www.nvidia.com