Java3D Tutorial
Jenny Orr, Willamette University
Shapes
The Shape3D Node defines all geometrical objects. It contains 2 components:
The
Geometry
component contains information about the geometric structure, e.g. points, edges, normals, vertex color
The
Appearance
component contains information such as the color, material, and texture.
Different shapes can share the same geometry and appearance.