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
fixed: auto_ptr -> unique_ptr
[opensg.git]
/
Examples
/
CSM
/
SimpleAnim
/
global.osg
blob
a4301caf119f41d3df5516510c537185ab8ba981
1
#OSG V1.0
2
3
ContainerCollection
4
{
5
containers
6
[
7
# DEF TaskInsert InsertTestTask
8
# {
9
# window USE MainWindow
10
# }
11
12
# DEF TriggerInsert KeySensor
13
# {
14
# key "i"
15
# }
16
]
17
}
18
19
#ROUTE TriggerInsert.signalPressed TO TaskInsert.trigger