pub unsafe extern "C" fn PxHeightFieldGeometry_isValid(
    self_: *const PxHeightFieldGeometry
) -> bool
Expand description

Returns true if the geometry is valid.

True if the current settings are valid

A valid height field has a positive scale value in each direction (heightScale > 0, rowScale > 0, columnScale > 0). It is illegal to call PxRigidActor::createShape and PxPhysics::createShape with a height field that has zero extents in any direction.