aerys / minko

3D framework for web, desktop and mobile devices.
http://minko.io
Other
904 stars 210 forks source link

Collision detection #251

Closed gerardogc2378 closed 8 years ago

gerardogc2378 commented 8 years ago

Is there a sample about collision detection?

warrenseine commented 8 years ago

Yes

warrenseine commented 8 years ago

Maybe I was a bit fast. Do you mean a callback when a collision occurs?

gerardogc2378 commented 8 years ago

Exactly...

JMLX42 commented 8 years ago

Just listen to the bullet::Collider::collisionStarted signal.

gerardogc2378 commented 8 years ago

Thanks