fixed: auto_ptr -> unique_ptr
[opensg.git] / Examples / CSM / Models / Effects / reflect.osg
blob93fae394dd24858341d5ee5fc5c1d02c694a0313
1 #OSG V1.0 
3 Node
5   core CubeMapGenerator
6   {
7     textureSize   512 512
8     texUnit       3
9 #    textureFormat GL_RGB32F_ARB
10     root Node
11     {
12       core VisitSubTree
13       {
14         subTreeRoot USE SceneRoot
15       }
16     }
17   }
19   children
20   [
21     Node
22     {
23       core Inline
24       {
25         url "../teapot.wrl"
26       }
27     }
28   ]