MCPcopy 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
86PhysicsCollision* BtPlugin::createCollision()
87{
88 return new BtCollision();
89}
90
91PhysicsBody* BtPlugin::createBody()
92{

Callers 11

_buildColShapesMethod · 0.45
_updatePhysicsMethod · 0.45
_generateSegmentsMethod · 0.45
_updatePhysicsMethod · 0.45
_updateCollisionMethod · 0.45
_updatePhysicsMethod · 0.45
_updatePhysicsMethod · 0.45
onAddMethod · 0.45
setTriggerPolyhedronMethod · 0.45
preloadMethod · 0.45
buildPhysicsRepMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected