MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / getSoftDynamicsWorld

Method getSoftDynamicsWorld

examples/SoftDemo/SoftDemo.cpp:124–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

122 virtual void setDrawClusters(bool drawClusters);
123
124 virtual const btSoftRigidDynamicsWorld* getSoftDynamicsWorld() const
125 {
126 ///just make it a btSoftRigidDynamicsWorld please
127 ///or we will add type checking
128 return (btSoftRigidDynamicsWorld*)m_dynamicsWorld;
129 }
130
131 virtual btSoftRigidDynamicsWorld* getSoftDynamicsWorld()
132 {

Callers 15

Ctor_SoftBoxFunction · 0.45
Ctor_SoftBoulderFunction · 0.45
Init_RopesFunction · 0.45
CtorRopeMethod · 0.45
Init_ClothAttachFunction · 0.45
Init_ImpactFunction · 0.45
Init_CapsuleCollisionFunction · 0.45
CreateMethod · 0.45
Init_Collide3Function · 0.45
Init_AeroFunction · 0.45
Init_Aero2Function · 0.45
Init_PressureFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected