-------------------
The Node
Appearance {
material ...
}
-------------------
With Material
Appearance {
material Material {
diffuseColor 1 .5 0
shininess .2
}
}
-------------------
Shape Node
Shape {
appearance ...
geometry ...
}
-------------------
Example:
Shape {
appearance Appearance {
material Material {
diffuseColor 1 .5 0
shininess .2
}
}
geometry Sphere {}
}