source: GTP/trunk/App/Demos/Vis/FriendlyCulling/default.env @ 3220

Revision 3220, 1.8 KB checked in by mattausch, 16 years ago (diff)

worked on video replay function

Line 
1#####################################################
2#   environment file for the friendlyculling demo   #
3#####################################################
4
5
6################
7# misc stuff
8
9useLODs=1
10shadowSize=4096
11# the filenames given to recorded frames (+ number.bmp)
12recordedFramesSuffix=image
13
14
15############
16## chc++ options
17
18assumedVisibleFrames=10
19maxBatchSize=50
20# triangles per bvh leaf (influences hierarchy depth vs. occlusion power)
21trianglesPerVirtualLeaf=300
22# max depth for searching for nodes for tight bounds
23maxDepthForTestingChildren=3
24
25
26####################
27## camera / light options
28
29# move speed
30keyForwardMotion=5.0f
31keyRotation=0.5f
32#keyForwardMotion=20.0f
33#keyRotation=1.5f
34
35# initial camera position
36#camPosition=483.398f 242.364f 186.078f
37# initial camera orientation
38#camDirection=1 0 0
39
40camPosition=468.025 267.591 182.478
41camDirection=0.937282 0.348573 -0
42
43#lightDirection=-0.8f 1.0f -0.7f
44lightDirection=-0.3f 0.2f -0.7f
45
46
47#####################
48## window options
49
50#winWidth=800
51#winHeight=600
52
53winWidth=1024
54winHeight=768
55
56useFullScreen=0
57
58# the used render method (forward, forward + depth pass, deferred, deferred + depth pass
59renderMethod=2
60
61#modelPath=data/city/model/
62
63
64############
65## shader options for deferred rendering
66
67# tone mapping
68useHDR=0
69
70# use antialiasing
71useAA=0
72
73# show lense flare
74useLenseFlare=1
75
76# use ssao / color bleeding
77useAdvancedShading=1
78
79# skylight turbitity
80turbitity=3.0f
81
82
83###############
84## ssao options
85
86# use full resolution ssao (vs. half resoltion)
87ssaoUseFullResolution=0
88# ssao kernel radius
89ssaoKernelRadius=8e-1f
90# ssao sample intensity
91ssaoSampleIntensity=0.2f
92# ssao temporal coherence factor
93tempCohFactor=1000.0f
94# ssao filter radius
95ssaoFilterRadius=12.0f
Note: See TracBrowser for help on using the repository browser.