Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
91
PhysicsBody* BtPlugin::createBody()
92
{
93
return new BtBody();
94
}
95
96
PhysicsPlayer* BtPlugin::createPlayer()
97
{
Callers
12
_updatePhysics
Method · 0.45
_generateSegments
Method · 0.45
_updatePhysics
Method · 0.45
_updateCollision
Method · 0.45
_updatePhysics
Method · 0.45
_updatePhysics
Method · 0.45
onAdd
Method · 0.45
_createPhysics
Method · 0.45
setTriggerPolyhedron
Method · 0.45
_createShape
Method · 0.45
_createFragments
Method · 0.45
buildPhysicsRep
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected