Advertisement

Java 3D

Started by August 11, 2002 07:25 AM
2 comments, last by Ilthigore 22 years, 4 months ago
I have made several 2D java applets and I want to start using 3D. Is there a 3D command set in the Java2 API or must I try to write 3D in 2D (very hard). It must be possible as I have seen and played many 3D java applets on websites i've visited but I can't seem to find a command set. [edited by - ilthigore on August 11, 2002 8:25:38 AM]
>>>>>>>>>>>>>>>>>Ilthigore<<<<<<<<<<<<<<<<<
Have you checked out
http://java.sun.com/products/java-media/3D/
There''s also a link to a tutorial on Java 3D
You''ve never seen anyone like me, and you''ll never see anyone like me again!
Advertisement
There''s also GL 4 Java (what''s used in the NeHe tutorials).
"There is no reason good should not triumph at least as often as evil. The triumph of anything is a matter of organization. If there are such things as angels, I hope that they're organized along the lines of the mafia." -Kurt Vonnegut
Check out the java forum here; there are two software rendering libraries made by people down there(jpct-supports md2 models, and crap3d) Then you can go over to www.javagaming.org and read all about gl4java, java3d and about a bazillion other topics as well.

This topic is closed to new replies.

Advertisement