Java3D Tutorial
Jenny Orr, Willamette University
What is the Color?
You can specify color in 3 places:
per-vertex geometry - has highest precedence
material - enables lighting. only used for lit objects
coloring attributes - only used for unlit objects when no material is specified.
Texture
: textures can replace or blend with the object's color (to be described later).