Home
last modified time | relevance | path

Searched refs:heightfieldShape (Results 1 – 8 of 8) sorted by relevance

/dports/games/openmw/openmw-openmw-0.47.0/apps/openmw_test_suite/detournavigator/
H A Dnavigator.cpp198 btHeightfieldTerrainShape& heightfieldShape = *heightfieldShapePtr; in TEST_F() local
199 heightfieldShape.setLocalScaling(btVector3(128, 128, 1)); in TEST_F()
205 …mNavigator->addObject(ObjectId(&heightfieldShape), nullptr, heightfieldShape, btTransform::getIden… in TEST_F()
281 btHeightfieldTerrainShape& heightfieldShape = *heightfieldShapePtr; in TEST_F() local
282 heightfieldShape.setLocalScaling(btVector3(128, 128, 1)); in TEST_F()
288 …mNavigator->addObject(ObjectId(&heightfieldShape), nullptr, heightfieldShape, btTransform::getIden… in TEST_F()
761 btHeightfieldTerrainShape& heightfieldShape = *heightfieldShapePtr; in TEST_F() local
762 heightfieldShape.setLocalScaling(btVector3(128, 128, 1)); in TEST_F()
769 …mNavigator->addObject(ObjectId(&heightfieldShape), nullptr, heightfieldShape, btTransform::getIden… in TEST_F()
890 heightfieldShape.setLocalScaling(btVector3(128, 128, 1)); in TEST_F()
[all …]
/dports/devel/bullet/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtInternalEdgeUtility.cpp406 void btGenerateInternalEdgeInfo(btHeightfieldTerrainShape* heightfieldShape, btTriangleInfoMap* tri… in btGenerateInternalEdgeInfo() argument
410 if (heightfieldShape->getTriangleInfoMap()) in btGenerateInternalEdgeInfo()
413 heightfieldShape->setTriangleInfoMap(triangleInfoMap); in btGenerateInternalEdgeInfo()
422 b3ProcessAllTrianglesHeightfield processHeightfield(heightfieldShape, triangleInfoMap); in btGenerateInternalEdgeInfo()
423 heightfieldShape->processAllTriangles(&processHeightfield, aabbMin, aabbMax); in btGenerateInternalEdgeInfo()
/dports/graphics/blender/blender-2.91.0/extern/bullet2/src/BulletCollision/CollisionDispatch/
H A DbtInternalEdgeUtility.cpp406 void btGenerateInternalEdgeInfo(btHeightfieldTerrainShape* heightfieldShape, btTriangleInfoMap* tri… in btGenerateInternalEdgeInfo() argument
410 if (heightfieldShape->getTriangleInfoMap()) in btGenerateInternalEdgeInfo()
413 heightfieldShape->setTriangleInfoMap(triangleInfoMap); in btGenerateInternalEdgeInfo()
422 b3ProcessAllTrianglesHeightfield processHeightfield(heightfieldShape, triangleInfoMap); in btGenerateInternalEdgeInfo()
423 heightfieldShape->processAllTriangles(&processHeightfield, aabbMin, aabbMax); in btGenerateInternalEdgeInfo()
/dports/devel/py-bullet3/bullet3-3.21/src/BulletCollision/CollisionDispatch/
H A DbtInternalEdgeUtility.cpp406 void btGenerateInternalEdgeInfo(btHeightfieldTerrainShape* heightfieldShape, btTriangleInfoMap* tri… in btGenerateInternalEdgeInfo() argument
410 if (heightfieldShape->getTriangleInfoMap()) in btGenerateInternalEdgeInfo()
413 heightfieldShape->setTriangleInfoMap(triangleInfoMap); in btGenerateInternalEdgeInfo()
422 b3ProcessAllTrianglesHeightfield processHeightfield(heightfieldShape, triangleInfoMap); in btGenerateInternalEdgeInfo()
423 heightfieldShape->processAllTriangles(&processHeightfield, aabbMin, aabbMax); in btGenerateInternalEdgeInfo()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtInternalEdgeUtility.cpp400 void btGenerateInternalEdgeInfo(btHeightfieldTerrainShape* heightfieldShape, btTriangleInfoMap* tri… in btGenerateInternalEdgeInfo() argument
404 if (heightfieldShape->getTriangleInfoMap()) in btGenerateInternalEdgeInfo()
407 heightfieldShape->setTriangleInfoMap(triangleInfoMap); in btGenerateInternalEdgeInfo()
416 b3ProcessAllTrianglesHeightfield processHeightfield(heightfieldShape, triangleInfoMap); in btGenerateInternalEdgeInfo()
417 heightfieldShape->processAllTriangles(&processHeightfield, aabbMin, aabbMax); in btGenerateInternalEdgeInfo()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/BulletCollision/CollisionDispatch/
H A DbtInternalEdgeUtility.cpp400 void btGenerateInternalEdgeInfo(btHeightfieldTerrainShape* heightfieldShape, btTriangleInfoMap* tri… in btGenerateInternalEdgeInfo() argument
404 if (heightfieldShape->getTriangleInfoMap()) in btGenerateInternalEdgeInfo()
407 heightfieldShape->setTriangleInfoMap(triangleInfoMap); in btGenerateInternalEdgeInfo()
416 b3ProcessAllTrianglesHeightfield processHeightfield(heightfieldShape, triangleInfoMap); in btGenerateInternalEdgeInfo()
417 heightfieldShape->processAllTriangles(&processHeightfield, aabbMin, aabbMax); in btGenerateInternalEdgeInfo()
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp5024 btHeightfieldTerrainShape* heightfieldShape = new btHeightfieldTerrainShape(width, height, in processCreateCollisionShapeCommand() local
5029 m_data->m_collisionShapes.push_back(heightfieldShape); in processCreateCollisionShapeCommand()
5031 heightfieldShape->setUserValue3(textureScaling); in processCreateCollisionShapeCommand()
5032 shape = heightfieldShape; in processCreateCollisionShapeCommand()
5034 heightfieldShape->setFlipTriangleWinding(true); in processCreateCollisionShapeCommand()
5041 heightfieldShape->setLocalScaling(localScaling); in processCreateCollisionShapeCommand()
5043 heightfieldShape->buildAccelerator(); in processCreateCollisionShapeCommand()
5048 btGenerateInternalEdgeInfo(heightfieldShape, triangleInfoMap); in processCreateCollisionShapeCommand()
5060 heightfieldShape->getAabb(tr, aabbMin, aabbMax); in processCreateCollisionShapeCommand()
5067 heightfieldShape->processAllTriangles(&col, aabbMin, aabbMax); in processCreateCollisionShapeCommand()
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp5024 btHeightfieldTerrainShape* heightfieldShape = new btHeightfieldTerrainShape(width, height, in processCreateCollisionShapeCommand() local
5029 m_data->m_collisionShapes.push_back(heightfieldShape); in processCreateCollisionShapeCommand()
5031 heightfieldShape->setUserValue3(textureScaling); in processCreateCollisionShapeCommand()
5032 shape = heightfieldShape; in processCreateCollisionShapeCommand()
5034 heightfieldShape->setFlipTriangleWinding(true); in processCreateCollisionShapeCommand()
5041 heightfieldShape->setLocalScaling(localScaling); in processCreateCollisionShapeCommand()
5043 heightfieldShape->buildAccelerator(); in processCreateCollisionShapeCommand()
5048 btGenerateInternalEdgeInfo(heightfieldShape, triangleInfoMap); in processCreateCollisionShapeCommand()
5060 heightfieldShape->getAabb(tr, aabbMin, aabbMax); in processCreateCollisionShapeCommand()
5067 heightfieldShape->processAllTriangles(&col, aabbMin, aabbMax); in processCreateCollisionShapeCommand()