How to get collision between two meshes in j2me 3d game

Posted by Rishabh on Stack Overflow See other posts from Stack Overflow or by Rishabh
Published on 2010-06-11T09:05:58Z Indexed on 2010/06/11 9:13 UTC
Read the original article Hit count: 256

Filed under:
|
|

Hi, I am making an application for 3d ball balancing game on j2me, I need to move my 3d ball on my ball path. I can get both ball and path object as a mesh from m3g file.

How I will know that my ball is in the path or not ? Is there any notification I can get for interaction of two meshes ?

Thanks in advance...

© Stack Overflow or respective owner

Related posts about game-development

Related posts about 3d