changed: gcc8 base update
[opensg.git] / Examples / CSM / Models / teapot.wrl
blobb978bcbeff62d237360b6d2b958cbeee43022ca1
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       }
27     }
28   ]