MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / createBody

Method createBody

Engine/source/T3D/physics/bullet/btPlugin.cpp:91–94  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

89}
90
91PhysicsBody* BtPlugin::createBody()
92{
93 return new BtBody();
94}
95
96PhysicsPlayer* BtPlugin::createPlayer()
97{

Callers 12

_updatePhysicsMethod · 0.45
_generateSegmentsMethod · 0.45
_updatePhysicsMethod · 0.45
_updateCollisionMethod · 0.45
_updatePhysicsMethod · 0.45
_updatePhysicsMethod · 0.45
onAddMethod · 0.45
_createPhysicsMethod · 0.45
setTriggerPolyhedronMethod · 0.45
_createShapeMethod · 0.45
_createFragmentsMethod · 0.45
buildPhysicsRepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected