Games Programming with Java and Java 3D
TG TG
Nodes
View Canvas3D
VP
Behavior Shape3D View Platform
Geometry Appearance
ColorCube
Figure 5. Scene Graph for HelloUniverse
Locale acts as the location in the virtual world where the scene subgraph is situated.
In many programs there is only need for a single Locale, but it is possible to have
many.
Below the Locale node there are always two subgraphs the left branch is the content
branch graph, holding program-specific content such as geometry, lighting, textures,
and the background. The content-branch graph differs significantly from one