About Store Forum Documentation Contact



Post Reply 
Problem in collision
Author Message
Rageulma Offline
Member

Post: #1
Problem in collision
Hi to all,
I'm start using Esenthel Engine and I build and learn all the tutorials. In tutorial 01- physics, I think that there a problem. If I add force 10 more than a tutorial, and the collision between ball and a vertical wall that I created, dont work. I'm view the velocity of the ball, and the error happens aprox when the ball reach 100 Km/h.
Sorry for my English please.

Esenthel, congratulations for the engine, i'll purchase soon.

Thnaks in advance.
11-11-2011 11:22 PM
Find all posts by this user Quote this message in a reply
Driklyn Offline
Member

Post: #2
RE: Problem in collision
You need to enable Continuous Collision Detection (CCD):

Code:
actor.ccd(true);
11-12-2011 12:29 AM
Find all posts by this user Quote this message in a reply
Rageulma Offline
Member

Post: #3
RE: Problem in collision
Thank you Driklyn,
It's works. Many thanks.
11-12-2011 09:04 AM
Find all posts by this user Quote this message in a reply
Post Reply