MCPcopy Create free account
hub / github.com/axmolengine/axmol / setCcdMotionThreshold

Method setCcdMotionThreshold

core/physics3d/Physics3DObject.cpp:287–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

285}
286
287void Physics3DRigidBody::setCcdMotionThreshold(float ccdMotionThreshold)
288{
289 _btRigidBody->setCcdMotionThreshold(ccdMotionThreshold);
290}
291
292float Physics3DRigidBody::getCcdMotionThreshold() const
293{

Calls

no outgoing calls

Tested by 1

shootBoxMethod · 0.64