1 | The Background leaf node defines either a solid color or a background image used to fill the window |
2 | A Background node is active when its application region intersects the viewer's activation volume |
3 | If no Background nodes are active, then the window is cleared to black |
4 | Background mountains = new Background(); |
5 | mountains.setColor( 0.0, 0.5, 1.0 ); |
6 | mountains.setGeometry( mountainWorld ); |