Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
287
void Physics3DRigidBody::setCcdMotionThreshold(float ccdMotionThreshold)
288
{
289
_btRigidBody->setCcdMotionThreshold(ccdMotionThreshold);
290
}
291
292
float Physics3DRigidBody::getCcdMotionThreshold() const
293
{
Callers
2
shootBox
Method · 0.80
lua_ax_physics3d_Physics3DRigidBody_setCcdMotionThreshold
Function · 0.80
Calls
no outgoing calls
Tested by
1
shootBox
Method · 0.64