Home
last modified time | relevance | path

Searched refs:forkShapeB (Results 1 – 2 of 2) sorted by relevance

/dports/devel/bullet/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp429 btCollisionShape* forkShapeB = new btBoxShape(btVector3(0.1f, 0.02f, 0.6f)); in initPhysics() local
430 m_collisionShapes.push_back(forkShapeB); in initPhysics()
433 forkCompound->addChildShape(forkLocalTrans, forkShapeB); in initPhysics()
/dports/devel/py-bullet3/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp429 btCollisionShape* forkShapeB = new btBoxShape(btVector3(0.1f, 0.02f, 0.6f)); in initPhysics() local
430 m_collisionShapes.push_back(forkShapeB); in initPhysics()
433 forkCompound->addChildShape(forkLocalTrans, forkShapeB); in initPhysics()