Changeset 3315 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src
- Timestamp:
- 02/16/09 18:09:06 (16 years ago)
- 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 1151 1151 1152 1152 //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; 1155 1155 1156 1156 Matrix4x4 rotMatrix = RotationZMatrix(rotAngle); -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaderenv.h
r3314 r3315 10 10 //#define NUM_SAMPLES 24 11 11 #define NUM_SAMPLES 48 12 //#define NUM_SAMPLES 1613 12 14 13 //#define MIN_SAMPLES 48
Note: See TracChangeset
for help on using the changeset viewer.