Changeset 3315 for GTP


Ignore:
Timestamp:
02/16/09 18:09:06 (15 years ago)
Author:
mattausch
Message:
 
Location:
GTP/trunk/App/Demos/Vis/FriendlyCulling/src
Files:
2 edited

Legend:

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

    r3314 r3315  
    11511151 
    11521152                //const float rotAngle = M_PI * 1e-3f; 
    1153                 //const float rotAngle = 0.3f * M_PI / 180.0f; 
    1154                 const float rotAngle = 1.0f * M_PI / 180.0f; 
     1153                const float rotAngle = 0.3f * M_PI / 180.0f; 
     1154                //const float rotAngle = 1.0f * M_PI / 180.0f; 
    11551155 
    11561156                Matrix4x4 rotMatrix = RotationZMatrix(rotAngle); 
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaderenv.h

    r3314 r3315  
    1010//#define NUM_SAMPLES 24 
    1111#define NUM_SAMPLES 48 
    12 //#define NUM_SAMPLES 16 
    1312 
    1413//#define MIN_SAMPLES 48 
Note: See TracChangeset for help on using the changeset viewer.