How I begin with JAVA 3D game programming?

I’m reading the book << Killer Game Programming in Java >> written by Andrew Davison.
I’m interested in JAVA 3D game programming,how can I start ?
Please give me some advices,Thank you !

Here’s your starting point (which should be in Davidson’s book)

http://java3d.dev.java.net/

Another good site is

j3d.org

Can’t give you any mroe advice then that woithotu knowing what you want to do.

My current Java3D project is at

http://jnwn.dev.java.net

Its nowehre near release but there is code you cna grab from the CVS and poke around if you want.

I can give you some pages that helped me a lot in my beginnings:
http://www.desgraff.com/site/articles/130eng.htm
fivedots.coe.psu.ac.th/Software.coe/LAB/Java3D/Java3D-1.ppt
sun’s manual…
Good luck!
You can see peoples’ projects in java on
http://javagamesfactory.org/
Mine is called MagicWoods…

thanks for Jeff and hvor2 's reply !