Home
last modified time | relevance | path

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

/dports/devel/bullet/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp474 btCollisionShape* loadShapeC = new btBoxShape(btVector3(0.1f, 1.0f, 1.0f)); in initPhysics() local
475 m_collisionShapes.push_back(loadShapeC); in initPhysics()
478 loadCompound->addChildShape(loadTrans, loadShapeC); in initPhysics()
/dports/devel/py-bullet3/bullet3-3.21/examples/ForkLift/
H A DForkLiftDemo.cpp474 btCollisionShape* loadShapeC = new btBoxShape(btVector3(0.1f, 1.0f, 1.0f)); in initPhysics() local
475 m_collisionShapes.push_back(loadShapeC); in initPhysics()
478 loadCompound->addChildShape(loadTrans, loadShapeC); in initPhysics()