3d java

hi there

can someone please send the link of the software that i can create 3d java scenes and it will also show the codes behind it

thanks

Try JOGL: https://jogl-demos.dev.java.net/

I used it to create this OpenGL applet with not that much little effort:
http://www.humus.ca/index.php?page=Pictures&category=GoingHome2006&item=23

Originally posted by Humus:
[b] Try JOGL: https://jogl-demos.dev.java.net/

I used it to create this OpenGL applet with not that much little effort:
http://www.humus.ca/index.php?page=Pictures&category=GoingHome2006&item=23 [/b]
hi there i tried installing openGl bbut it dont work! i think i mite not be installing properly
can you please help me you can add me if you want zahir56@hotmail.com

thanks

i think i mite not be installing properly
What IDE and JDK are you using?

I just installed JDK 5 with NetBeans 5.5 , and it was downright painless getting things up and running. The “gears” demo worked right out of the box.

Make sure you’ve put the JOGL distribution files in the right folders.
Put the *.dll files in [JDK]\jre\bin
Put the *.jar file in [JDK]\jre\lib\ext

Some of the IDEs I’ve seen have library managers built in that may automate or let you skirt around some of the file shuffling, but the manual approach seems to work pretty well.

P.S. Added link.

hi there
is jogl jus an api and isnt there a userinterface for java 3d which i can just draw create on intreface and it will generate java code for me?

This topic was automatically closed 183 days after the last reply. New replies are no longer allowed.