fixed: auto_ptr -> unique_ptr
[opensg.git] / Examples / CSM / Models / teapot_red.wrl
blobb4223b5bf8fca2c7ca05b7f491ae54f20112777c
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 1.0 0.5 0.5
17           shininess    0.4
18           transparency 0
19         }
20       }
21     
22       geometry Teapot
23       {
24         scale 1.0
25         depth 10
26       }
27     }
28   ]