JVM Languages
java3d.txt
Associated article: Making a Scene with Java3D
Tags: JVM Languages
Published source code accompanying the article by Michael Pilone in wihch he examines Java3D, a free library that provides a scenegraph and 3D rendering context for creating graphics applications. Also see JAVA3D.ZIP.
Making a Scene with Java3D by Michael Pilone Listing One // The canvas needs some information about the graphics environment. This // information could be custom built if desired, but a utility method // exists to make this easier. GraphicsConfiguration gc = SimpleUniverse....


