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

Revision 3223, 1.9 KB checked in by mattausch, 16 years ago (diff)

worked on stats

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