changed: gcc8 base update
[opensg.git] / Examples / CSM / SimpleBackground / setup.osg
blob7c2cb17dc63f0ec297a71b1e0b15efd84a426591
1 #OSG V1.0 
3 ContainerCollection
5   containers
6   [
7     DEF BGnd GradientBackground
8     {
9       color [ 0.1 0.1 0.1, 
10               0.3 0.3 0.3,
11               0.6 0.6 0.6,
12               0.8 0.8 0.8,
13               1.0 1.0 1.0 
14             ]
16       position [ 0.0 0.25 0.5 0.75 1.0 ]
17       normPosition TRUE
18       style        2
19     }
20   ]