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
/
Shader
/
Lights
/
globals.osg
blob
cfa087e4dd2fbcf7550b67157e5073ca755d2c0b
1
#OSG V1.0
2
3
ContainerCollection
4
{
5
containers
6
[
7
DEF HLOff BoolEmitter
8
{
9
value FALSE
10
}
11
12
DEF Key1 KeySensor
13
{
14
key "1"
15
stateFlipFlop TRUE
16
}
17
DEF Key2 KeySensor
18
{
19
key "2"
20
stateFlipFlop TRUE
21
}
22
DEF Key3 KeySensor
23
{
24
key "3"
25
stateFlipFlop TRUE
26
}
27
]
28
}
29
30
ROUTE HLOff.value TO ZLight.on
31
32
ROUTE Key1.stateFlipFlop TO PL1.on
33
ROUTE Key2.stateFlipFlop TO PL2.on
34
ROUTE Key3.stateFlipFlop TO PL3.on