repo.or.cz
/
opensg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
changed: gcc8 base update
[opensg.git]
/
Examples
/
CSM
/
SimpleBackground
/
setup.osg
blob
7c2cb17dc63f0ec297a71b1e0b15efd84a426591
1
#OSG V1.0
2
3
ContainerCollection
4
{
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
]
15
16
position [ 0.0 0.25 0.5 0.75 1.0 ]
17
normPosition TRUE
18
style 2
19
}
20
]
21
}
22