fixed: auto_ptr -> unique_ptr
[opensg.git] / Examples / CSM / Models / plane.wrl
blob0e78ed27bf7d96dec03121af89c0491b75ff0462
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 Plane
20       {
21           resolution 100 100
22           size       1.0 1.0
23       }
24     }
25   ]