ken.mayfield Posted August 30, 2011 Posted August 30, 2011 I've been reading through the docs after I noticed the option for "Continuous Collision" on shapes. This value is set to true by default on shapes. Is this type of collision more expensive when turned on, I see no mention of this in the docs?
manguste Posted September 2, 2011 Posted September 2, 2011 It is available only for spheres and capsules and checking CCD for them is extremely cheap. So it incurs almost no performance penalty. CCD can be disabled if you have some sort of artifacts when calculating this shapes, but that's a really rare occasion you'd hardly come across.
Recommended Posts