Page 1 of 1

BP3 CCD - Continuous Collision Detection

Posted: Wed Mar 13, 2019 12:10 am
by RenanRR
Hello all, i'm newbie here.
I'm studying BP and when I increased my character's speed, he stopped colliding on the ground.
I looked into this problem and found some things from "Continuous Collision Detection", and to use the btContinuousDynamicsWorld class, but in the version I'm using BP3-2.88 does not contain this class. Looking for CCD in code I found just the enum btDynamicsWorldType.BT_CONTINUOUS_DYNAMICS_WORLD.
Could anyone help me how to resolve this in the current version of BP3?

Thank u

Re: BP3 CCD - Continuous Collision Detection

Posted: Fri Mar 15, 2019 7:01 pm
by RenanRR
Someone ?