Home
last modified time | relevance | path

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

/dports/devel/bullet/bullet3-3.21/examples/ExtendedTutorials/
H A DSimpleCloth.cpp132 btSoftRigidDynamicsWorld* softWorld = getSoftDynamicsWorld(); in renderScene() local
134 for (int i = 0; i < softWorld->getSoftBodyArray().size(); i++) in renderScene()
136 btSoftBody* psb = (btSoftBody*)softWorld->getSoftBodyArray()[i]; in renderScene()
139 btSoftBodyHelpers::DrawFrame(psb, softWorld->getDebugDrawer()); in renderScene()
140 btSoftBodyHelpers::Draw(psb, softWorld->getDebugDrawer(), softWorld->getDrawFlags()); in renderScene()
H A DNewtonsRopeCradle.cpp304 btSoftRigidDynamicsWorld* softWorld = getSoftDynamicsWorld(); in renderScene() local
306 for (int i = 0; i < softWorld->getSoftBodyArray().size(); i++) in renderScene()
308 btSoftBody* psb = (btSoftBody*)softWorld->getSoftBodyArray()[i]; in renderScene()
311 btSoftBodyHelpers::DrawFrame(psb, softWorld->getDebugDrawer()); in renderScene()
312 btSoftBodyHelpers::Draw(psb, softWorld->getDebugDrawer(), softWorld->getDrawFlags()); in renderScene()
/dports/devel/py-bullet3/bullet3-3.21/examples/ExtendedTutorials/
H A DSimpleCloth.cpp132 btSoftRigidDynamicsWorld* softWorld = getSoftDynamicsWorld(); in renderScene() local
134 for (int i = 0; i < softWorld->getSoftBodyArray().size(); i++) in renderScene()
136 btSoftBody* psb = (btSoftBody*)softWorld->getSoftBodyArray()[i]; in renderScene()
139 btSoftBodyHelpers::DrawFrame(psb, softWorld->getDebugDrawer()); in renderScene()
140 btSoftBodyHelpers::Draw(psb, softWorld->getDebugDrawer(), softWorld->getDrawFlags()); in renderScene()
H A DNewtonsRopeCradle.cpp304 btSoftRigidDynamicsWorld* softWorld = getSoftDynamicsWorld(); in renderScene() local
306 for (int i = 0; i < softWorld->getSoftBodyArray().size(); i++) in renderScene()
308 btSoftBody* psb = (btSoftBody*)softWorld->getSoftBodyArray()[i]; in renderScene()
311 btSoftBodyHelpers::DrawFrame(psb, softWorld->getDebugDrawer()); in renderScene()
312 btSoftBodyHelpers::Draw(psb, softWorld->getDebugDrawer(), softWorld->getDrawFlags()); in renderScene()
/dports/devel/bullet/bullet3-3.21/examples/SoftDemo/
H A DSoftDemo.cpp153 btSoftRigidDynamicsWorld* softWorld = getSoftDynamicsWorld(); in renderScene() local
155 for (int i = 0; i < softWorld->getSoftBodyArray().size(); i++) in renderScene()
157 btSoftBody* psb = (btSoftBody*)softWorld->getSoftBodyArray()[i]; in renderScene()
160 btSoftBodyHelpers::DrawFrame(psb, softWorld->getDebugDrawer()); in renderScene()
161 btSoftBodyHelpers::Draw(psb, softWorld->getDebugDrawer(), softWorld->getDrawFlags()); in renderScene()
1696 btSoftRigidDynamicsWorld* softWorld = (btSoftRigidDynamicsWorld*)m_dynamicsWorld;
1700 for ( int i=0;i<softWorld->getSoftBodyArray().size();i++)
1702 btSoftBody* psb=(btSoftBody*)softWorld->getSoftBodyArray()[i];
1703 …if (softWorld->getDebugDrawer() && !(softWorld->getDebugDrawer()->getDebugMode() & (btIDebugDraw::…
1705 btSoftBodyHelpers::DrawFrame(psb,softWorld->getDebugDrawer());
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/SoftDemo/
H A DSoftDemo.cpp153 btSoftRigidDynamicsWorld* softWorld = getSoftDynamicsWorld(); in renderScene() local
155 for (int i = 0; i < softWorld->getSoftBodyArray().size(); i++) in renderScene()
157 btSoftBody* psb = (btSoftBody*)softWorld->getSoftBodyArray()[i]; in renderScene()
160 btSoftBodyHelpers::DrawFrame(psb, softWorld->getDebugDrawer()); in renderScene()
161 btSoftBodyHelpers::Draw(psb, softWorld->getDebugDrawer(), softWorld->getDrawFlags()); in renderScene()
1696 btSoftRigidDynamicsWorld* softWorld = (btSoftRigidDynamicsWorld*)m_dynamicsWorld;
1700 for ( int i=0;i<softWorld->getSoftBodyArray().size();i++)
1702 btSoftBody* psb=(btSoftBody*)softWorld->getSoftBodyArray()[i];
1703 …if (softWorld->getDebugDrawer() && !(softWorld->getDebugDrawer()->getDebugMode() & (btIDebugDraw::…
1705 btSoftBodyHelpers::DrawFrame(psb,softWorld->getDebugDrawer());
[all …]
/dports/devel/bullet/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp2938 if (softWorld) in deleteDynamicsWorld()
9052 if (softWorld) in processDeformable()
9268 if (softWorld) in processDeformable()
9297 if (softWorld) in processDeformable()
9299 softWorld->addSoftBody(psb); in processDeformable()
10751 if (softWorld) in processSendPhysicsParametersCommand()
10935 if (softWorld) in processSendPhysicsParametersCommand()
12126 if (softWorld) in processRemoveBodyCommand()
12288 if (softWorld) in processCreateUserConstraintCommand()
14782 if (softWorld) in physicsDebugDraw()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/examples/SharedMemory/
H A DPhysicsServerCommandProcessor.cpp2938 if (softWorld) in deleteDynamicsWorld()
9052 if (softWorld) in processDeformable()
9268 if (softWorld) in processDeformable()
9297 if (softWorld) in processDeformable()
9299 softWorld->addSoftBody(psb); in processDeformable()
10751 if (softWorld) in processSendPhysicsParametersCommand()
10935 if (softWorld) in processSendPhysicsParametersCommand()
12126 if (softWorld) in processRemoveBodyCommand()
12288 if (softWorld) in processCreateUserConstraintCommand()
14782 if (softWorld) in physicsDebugDraw()
[all …]