Changeset 3194


Ignore:
Timestamp:
11/28/08 15:25:52 (15 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/App/Demos/Vis/FriendlyCulling/src
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/DeferredRenderer.cpp

    r3193 r3194  
    954954        whiteLum = log(WHITE_LUMINANCE); 
    955955         
     956 
    956957        //////////////////// 
    957958        //-- linear interpolate brightness key depending on the current sun position 
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/chcdemo.cpp

    r3193 r3194  
    493493        buddha = dynamicObjects.back(); 
    494494         
    495         //const Vector3 sceneCenter(470.398f, 240.364f, 182.5f); 
    496         const Vector3 sceneCenter(470.398f, 240.364f, 180.3); 
     495        const Vector3 sceneCenter(470.398f, 240.364f, 181.7f); 
     496        //const Vector3 sceneCenter(470.398f, 240.364f, 180.3); 
    497497         
    498498        Matrix4x4 transl = TranslationMatrix(sceneCenter); 
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaderenv.h

    r3193 r3194  
    66//-- ssao + gi parameters 
    77 
    8 #define NUM_SAMPLES 8 
    9 //#define NUM_SAMPLES 16 
     8//#define NUM_SAMPLES 8 
     9#define NUM_SAMPLES 16 
    1010//#define NUM_SAMPLES 24 
    1111 
    1212// for quadratic falloff 
     13//#define SAMPLE_INTENSITY 0.5f 
    1314#define SAMPLE_INTENSITY 0.5f 
    14 //#define SAMPLE_INTENSITY 0.1f 
    1515 
    1616//#define SAMPLE_INTENSITY 0.075f 
     
    1818 
    1919//#define SAMPLE_RADIUS 8e-1f 
    20 #define SAMPLE_RADIUS 4e-1f 
     20#define SAMPLE_RADIUS 8e-1f 
    2121 
    2222//#define DISTANCE_SCALE 1e-1f 
Note: See TracChangeset for help on using the changeset viewer.