Has anybody done any game using m3g with collision detection in java.
Has anybody done any game using m3g with collision detection in java.
Yes,
But the collision detection is not handled by the M3G api. You must write custom collision detection routines for this. Search the web for collision detection and you'll find tons of material on this.
/Henrik.
I have read on the net a lot of theory on collision but the thing is that contructing a box around a 3d object is very difficult in j2me.
In 3d box collision is generally used and i didnt find any sample code for collison involving 3d objects.The examples are mostly for opengl on symbian platform.