repo.or.cz
/
opensg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
fixed: auto_ptr -> unique_ptr
[opensg.git]
/
Examples
/
CSM
/
SimpleTeapot
/
object.wrl
blob
adbedb5addf69af9f5373f31f31faba8f0274842
1
#VRML V2.0 utf8
2
3
Transform
4
{
5
rotation 1 0 0 -1.570796
6
translation -0.217 -1.575 0
7
8
children
9
[
10
Shape
11
{
12
appearance Appearance
13
{
14
material Material
15
{
16
diffuseColor 0.8 0.8 0.8
17
shininess 0.4
18
transparency 0
19
}
20
}
21
22
geometry Teapot
23
{
24
scale 1.0
25
depth 10
26
}
27
28
# geometry Sphere
29
# {
30
# radius 2.0
31
# resolution 40
32
# }
33
}
34
]
35
}
36