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

Revision 3123, 1018 bytes checked in by mattausch, 16 years ago (diff)

working on ssao for dynamic objects, found error with tight bounds

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