Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TorqueGameEngines/Torque3D
/ createCollision
Method
createCollision
Engine/source/T3D/physics/bullet/btPlugin.cpp:86–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
84
}
85
86
PhysicsCollision* BtPlugin::createCollision()
87
{
88
return new BtCollision();
89
}
90
91
PhysicsBody* BtPlugin::createBody()
92
{
Callers
11
_buildColShapes
Method · 0.45
_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
setTriggerPolyhedron
Method · 0.45
preload
Method · 0.45
buildPhysicsRep
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected