- Timestamp:
- 11/18/08 17:29:41 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/ssao.cg
r3137 r3138 187 187 const float squaredLen = diffVec.x * diffVec.x + diffVec.y * diffVec.y + diffVec.z * diffVec.z; 188 188 189 #if 0189 #if 1 190 190 if (squaredLen < 1e-8f) // object not dynamic 191 191 {
Note: See TracChangeset
for help on using the changeset viewer.