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
/
Models
/
Effects
/
reflect.osg
blob
93fae394dd24858341d5ee5fc5c1d02c694a0313
1
#OSG V1.0
2
3
Node
4
{
5
core CubeMapGenerator
6
{
7
textureSize 512 512
8
texUnit 3
9
# textureFormat GL_RGB32F_ARB
10
root Node
11
{
12
core VisitSubTree
13
{
14
subTreeRoot USE SceneRoot
15
}
16
}
17
}
18
19
children
20
[
21
Node
22
{
23
core Inline
24
{
25
url "../teapot.wrl"
26
}
27
}
28
]
29
}