Home
last modified time | relevance | path

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

/dports/devel/bullet/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp423 btCompoundShape* forkCompound = new btCompoundShape(); in initPhysics() local
424 m_collisionShapes.push_back(forkCompound); in initPhysics()
427 forkCompound->addChildShape(forkLocalTrans, forkShapeA); in initPhysics()
433 forkCompound->addChildShape(forkLocalTrans, forkShapeB); in initPhysics()
439 forkCompound->addChildShape(forkLocalTrans, forkShapeC); in initPhysics()
445 m_forkBody = localCreateRigidBody(5, forkTrans, forkCompound); in initPhysics()
/dports/devel/py-bullet3/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp423 btCompoundShape* forkCompound = new btCompoundShape(); in initPhysics() local
424 m_collisionShapes.push_back(forkCompound); in initPhysics()
427 forkCompound->addChildShape(forkLocalTrans, forkShapeA); in initPhysics()
433 forkCompound->addChildShape(forkLocalTrans, forkShapeB); in initPhysics()
439 forkCompound->addChildShape(forkLocalTrans, forkShapeC); in initPhysics()
445 m_forkBody = localCreateRigidBody(5, forkTrans, forkCompound); in initPhysics()