fixed: auto_ptr -> unique_ptr
[opensg.git] / Examples / CSM / SimpleTeapot / object.wrl
blobadbedb5addf69af9f5373f31f31faba8f0274842
1 #VRML V2.0 utf8
3 Transform
5   rotation 1 0 0 -1.570796
6   translation -0.217 -1.575 0
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       }
28 #  geometry Sphere
29 #  {
30 #    radius     2.0
31 #    resolution 40
32 #  }
33     }
34   ]