Home
last modified time | relevance | path

Searched refs:mHeightFieldShape (Results 1 – 3 of 3) sorted by relevance

/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/testbed/common/
H A DHeightField.cpp48mHeightFieldShape = mPhysicsCommon.createHeightFieldShape(NB_POINTS_WIDTH, NB_POINTS_LENGTH, mMinH… in HeightField()
50 mHeightFieldShape->setScale(rp3d::Vector3(2, 2, 2)); in HeightField()
57 mCollider = body->addCollider(mHeightFieldShape, rp3d::Transform::identity()); in HeightField()
63 mCollider = mBody->addCollider(mHeightFieldShape, rp3d::Transform::identity()); in HeightField()
86 mPhysicsCommon.destroyHeightFieldShape(mHeightFieldShape); in ~HeightField()
H A DHeightField.h49 rp3d::HeightFieldShape* mHeightFieldShape; variable
/dports/graphics/reactphysics3d/reactphysics3d-0.8.0/test/tests/collision/
H A DTestRaycast.h140 HeightFieldShape* mHeightFieldShape; variable
290mHeightFieldShape = mPhysicsCommon.createHeightFieldShape(10, 10, 0, 4, mHeightFieldData, HeightFi… in TestRaycast()
291 … mHeightFieldCollider = mHeightFieldBody->addCollider(mHeightFieldShape, mShapeTransform); in TestRaycast()
313 mPhysicsCommon.destroyHeightFieldShape(mHeightFieldShape); in ~TestRaycast()