SimpleUniverse utility class
The SimpleUniverse class constructs a standard view branch graph (inside dotted line).
Using this you only have to define the content.
from The Java 3D Tutorial (Sun)
Recipe for using SimpleUniverse:
create Canvas3D object
create SimpleUniverse class referencing Canvas3D, customize.
construct content branch graph
compile content branch graph
attach content branch graph to Locale of SimpleUniverse
Another utiliy class: MainFrame allows Applet to run as standalone application.
previous
start
toc
next