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

Revision 3119, 986 bytes checked in by mattausch, 16 years ago (diff)
Line 
1#####################################################
2#   environment file for the friendlyculling demo   #
3#####################################################
4
5
6
7############
8# chc++ options
9
10assumedVisibleFrames=10
11maxBatchSize=50
12# triangles per bvh leaf (influences hierarchy depth vs. occlusion power)
13trianglesPerVirtualLeaf=300
14
15################
16
17useLODs=1
18shadowSize=4096
19
20####################
21# camera / light options
22
23# move speed
24keyForwardMotion=5.0f
25keyRotation=0.5f
26#keyForwardMotion=20.0f
27#keyRotation=1.5f
28
29# initial camera position
30camPosition=483.398f 242.364f 186.078f
31# initial camera orientation
32camDirection=1 0 0
33
34#lightDirection=-0.8f 1.0f -0.7f
35lightDirection=-0.3f 0.2f -0.7f
36
37
38#####################
39# window options
40
41winWidth=1024
42winHeight=768
43
44useFullScreen=0
45
46
47#modelPath=data/city/model/
48
49
50############
51# shader options
52
53# ssao temporal coherence factor
54tempCohFactor=100.0f
55# tone mapping
56useHDR=0
Note: See TracBrowser for help on using the repository browser.