Link to home
Start Free TrialLog in
Avatar of bexMarriott
bexMarriott

asked on

Java 3d - moveable grid by mouse

Hi, can anyone help?

I am trying to write a program in java that requires a 3D grid to be rotated about all three axes using the mouse - and the ability to scroll and pan.

Would anyone know how to go about this? It just needs to be a simple grid.

Thanks in advance....
Avatar of kiranhk
kiranhk

Are you making the geometry of the 3d grid by yourself( i mean manually drawing lines in a 3d space) or importing contents from a .obj file created by Maya???

Whatever ur method is, I think it will help you a lot if you go through the the tutorial for java3d from http://java.sun.com/products/java-media/3D/collateral/

Download 7 chapters from the site and go through them.....it's easy and fun....

Specially
Chapter 2, (Creating Content)
Chapter 3, (Easier Content Creation)
Chapter 4, (Interaction)
will help u do your job.
ASKER CERTIFIED SOLUTION
Avatar of shah1d1698
shah1d1698

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial