Hi,
In my LWJGL app I load some dice and a table from obj files. Now I need to add the physics so that the dice fall on the table and turn correctly. I then want to be able with the physics engine to correctly pick one of the dice and read what value it has (which number is pointing upwards the positive Z axis)
Whats the best and easiest way to do this? I first thought about JBullet but its hard to implement it in my existing source. As for odejava I’m not sure if its good to use it.
Can anyone help me out here? I need to get a solution soon.
Thanks