MCPcopy Create free account
hub / github.com/NVIDIAGameWorks/PhysX / getHeightFieldGeometry

Method getHeightFieldGeometry

physx/source/physx/src/NpShape.cpp:336–336  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

334bool NpShape::getConvexMeshGeometry(PxConvexMeshGeometry& g) const { return getGeometryT(this, PxGeometryType::eCONVEXMESH, g); }
335bool NpShape::getTriangleMeshGeometry(PxTriangleMeshGeometry& g) const { return getGeometryT(this, PxGeometryType::eTRIANGLEMESH, g); }
336bool NpShape::getHeightFieldGeometry(PxHeightFieldGeometry& g) const { return getGeometryT(this, PxGeometryType::eHEIGHTFIELD, g); }
337
338PxRigidActor* NpShape::getActor() const
339{

Callers 7

onShapeHitMethod · 0.80
getGeometryMethod · 0.80
intersectHeightFieldBoxFunction · 0.80

Calls 1

getGeometryTFunction · 0.85

Tested by 1

intersectHeightFieldBoxFunction · 0.64