fixed: auto_ptr -> unique_ptr
[opensg.git] / Examples / CSM / Models / Effects / fisheye_project.osg
blobd765539937d6ccf2599c1ddbb6de427be168f5a1
1 #OSG V1.0 
3 ContainerCollection
5   containers
6   [
7     DEF GlobalEffect1 FishEyeProjector
8     {
9       mode 0x0001
11       showDomeIntensity TRUE
13       resolution          512
14       meshRefinementLevel 5
16       domeRadius          2.5
18       mirrorRadius        0.3
19       mirrorPos           2.4 0.0 0.0
21       projectorPos        1.85 0.0 0.0
23       aspectRatio          1.333333333333333
24       throwDist            1.5
25     }
26   ]