Home
last modified time | relevance | path

Searched defs:terrainShape (Results 1 – 7 of 7) sorted by relevance

/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/gym/pybullet_examples/
H A Dheightfield.py34terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.05,.05,1], heigh… variable
39terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.5,.5,2.5],fileNa… variable
44terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.1,.1,24],fileNam… variable
/dports/devel/py-bullet3/bullet3-3.21/examples/pybullet/examples/
H A Dheightfield.py34terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.05,.05,1], heigh… variable
39terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.5,.5,2.5],fileNa… variable
44terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.1,.1,24],fileNam… variable
H A Dtestrender.py62terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[0.05,0.05,1], hei… variable
68terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.5,.5,2.5],fileNa… variable
73terrainShape = p.createCollisionShape(shapeType = p.GEOM_HEIGHTFIELD, meshScale=[.1,.1,24],fileNam… variable
/dports/misc/dartsim/dart-6.11.1/examples/heightmap/
H A Dmain.cpp67 auto terrainShape = std::make_shared<HeightmapShape<S>>(); in createHeightmapShape() local
92 auto terrainShape = createHeightmapShape( in createHeightmapFrame() local
/dports/misc/dartsim/dart-6.11.1/unittests/comprehensive/
H A Dtest_Collision.cpp1032 auto terrainShape = std::make_shared<HeightmapShape<S>>(); in testHeightmapBox() local
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp4946 … btHeightfieldTerrainShape* terrainShape = (btHeightfieldTerrainShape*)handle->m_collisionShape; in processCreateCollisionShapeCommand() local
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp4946 … btHeightfieldTerrainShape* terrainShape = (btHeightfieldTerrainShape*)handle->m_collisionShape; in processCreateCollisionShapeCommand() local