Changeset 2823 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders
- Timestamp:
- 07/08/08 13:03:12 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/deferred.cg
r2822 r2823 96 96 97 97 //sample noisetex; r stores costheta, g stores sintheta 98 float2 noise = tex2D(noiseTexture, IN.texCoord.xy ).xy * 2.0f - 1.0f;98 float2 noise = tex2D(noiseTexture, IN.texCoord.xy * 7.0f).xy * 2.0f - 1.0f; 99 99 100 100 // rotation
Note: See TracChangeset
for help on using the changeset viewer.