Changeset 3368 for GTP


Ignore:
Timestamp:
04/30/09 16:35:46 (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/chcdemo.cpp

    r3367 r3368  
    12081208 
    12091209                //const float rotAngle = M_PI * 1e-3f; 
    1210                 const float rotAngle = 1.5f * M_PI / 180.0f; 
    1211                 //const float rotAngle = 0.6f * M_PI / 180.0f; 
     1210                //const float rotAngle = 1.5f * M_PI / 180.0f; 
     1211                const float rotAngle = 0.6f * M_PI / 180.0f; 
    12121212 
    12131213                Matrix4x4 rotMatrix = RotationZMatrix(rotAngle); 
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaderenv.h

    r3367 r3368  
    1010//#define NUM_PRECOMPUTED_SAMPLES 2048 
    1111 
    12 //#define NUM_SAMPLES 8 
     12#define NUM_SAMPLES 48 
    1313//#define NUM_SAMPLES 16 
    1414//#define NUM_SAMPLES 24 
    1515//#define NUM_SAMPLES 32 
    16 #define NUM_SAMPLES 48 
     16//#define NUM_SAMPLES 48 
    1717 
    18 //#define MIN_SAMPLES 8 
    1918#define MIN_SAMPLES 48 
     19//#define MIN_SAMPLES 48 
    2020 
    2121#define DISTANCE_SCALE 1e-2f 
     
    7474#define PERFORMANCE_TEST 1 
    7575 
    76 #define USE_OPTIMIZATION 1 
     76#define USE_OPTIMIZATION 0 
    7777 
    7878 
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/ssao.cg

    r3367 r3368  
    682682 
    683683        float3 ao; 
     684        // $$temp matt 
     685        oldIdx = dummyIdx; 
    684686 
    685687        // cull background note: this should be done with the stencil buffer 
Note: See TracChangeset for help on using the changeset viewer.