repo.or.cz
/
opensg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
fixed: auto_ptr -> unique_ptr
[opensg.git]
/
Examples
/
CSM
/
Models
/
Effects
/
fisheye_project.osg
blob
d765539937d6ccf2599c1ddbb6de427be168f5a1
1
#OSG V1.0
2
3
ContainerCollection
4
{
5
containers
6
[
7
DEF GlobalEffect1 FishEyeProjector
8
{
9
mode 0x0001
10
11
showDomeIntensity TRUE
12
13
resolution 512
14
meshRefinementLevel 5
15
16
domeRadius 2.5
17
18
mirrorRadius 0.3
19
mirrorPos 2.4 0.0 0.0
20
21
projectorPos 1.85 0.0 0.0
22
23
aspectRatio 1.333333333333333
24
throwDist 1.5
25
}
26
]
27
}
28