Hi, I want to know when the collisionListener recognizes a collision. Do I need to do use a chekCollision.. method to make this happens or it will be recognized just by moving the object arround my world without calling to a check collision method for that object3d?
No, it depends on some collision method being called (or something like calcMinDistance...that will trigger it too).