changed: gcc8 base update
[opensg.git] / Examples / CSM / Models / sphere.wrl
blobd524cbfbbc08c50410edfead550e0735ddfdd434
1 #VRML V2.0 utf8
3 Transform
5   children
6   [
7     Shape 
8     {
9       appearance Appearance 
10       {
11         material Material 
12         { 
13           diffuseColor 0.8 0.8 0.8 
14           shininess    0.4
15           transparency 0
16         }
17       }
19       geometry Sphere
20       {
21           radius     1.0
22           resolution 100
23       }
24     }
25   ]