Computer Science Canada Looking for 3D tutorials. |
Author: | ecookman [ Mon Jun 27, 2011 2:47 pm ] |
Post subject: | Looking for 3D tutorials. |
Subject basically says It all, Over the summer I hope to have a somewhat understanding of how to do 3d programming in java. So I was wondering if anyone has/knows of a good 3d tutorials please let me know. |
Author: | DemonWasp [ Mon Jun 27, 2011 3:11 pm ] |
Post subject: | RE:Looking for 3D tutorials. |
Depending on what kind of 3D programming you want to do, there are a few main ways. If you're developing short, one-off 3D projects for simple visualization, there's Java 3D: http://java3d.java.net/ If you're developing games, you can't go wrong with jME: http://jmonkeyengine.org/ If you want to learn about OpenGL, then you should use LWJGL or JOGL: http://lwjgl.org/ ; http://java.net/projects/jogl/ If you want to learn about photorealistic ray-tracing, then there are a few ray-trace engines available in Java; I haven't used any, but SunFlow looks pretty good: http://sunflow.sourceforge.net/ |
Author: | ecookman [ Mon Jun 27, 2011 5:39 pm ] |
Post subject: | RE:Looking for 3D tutorials. |
All hail Demon Wasp this was everything I was looking for +1 tyvm |