- Timestamp:
- 07/04/08 10:14:12 (16 years ago)
- Location:
- GTP/trunk/App/Demos/Vis/FriendlyCulling/src
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/RenderState.cpp
r2801 r2816 68 68 { 69 69 mAlphaTestEnabled = true; 70 glEnable(GL_ALPHA_TEST);70 //glEnable(GL_ALPHA_TEST); 71 71 } 72 72 -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/chcdemo.cpp
r2815 r2816 66 66 int renderMode = RenderTraverser::CHCPLUSPLUS; 67 67 // eye near plane distance 68 float nearDist = 0.1f;68 float nearDist = 1.0f; 69 69 /// the pixel threshold where a node is still considered invisible 70 70 int threshold; -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/deferred.cg
r2815 r2816 78 78 float total_ao = 0.0; 79 79 80 //const float areaSize = 4.0f; 81 const float areaSize = 5e-1f; 82 //const float areaSize = 1e-4f; 80 //const float areaSize = 5e-1f; 81 const float areaSize = 2e-1f; 83 82 const float sampleIntensity = 0.1f; 84 83
Note: See TracChangeset
for help on using the changeset viewer.