Changeset 3360 for GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders
- Timestamp:
- 04/17/09 17:37:38 (16 years ago)
- Location:
- GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/deferred.cg
r3353 r3360 40 40 41 41 // hack: prevent to shade the sky 42 #if 042 #if 1 43 43 if (color.w > DEPTH_THRESHOLD) 44 44 { -
GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/mrt.cg
r3168 r3360 102 102 //pix.id = glstate.fog.color.xyz; 103 103 // the offset to the world pos from old frame 104 //pix.offsVec = float3(0,0,0); 104 105 pix.offsVec = IN.oldWorldPos.xyz - IN.worldPos.xyz; 105 106 … … 124 125 // the offset to the world pos from old frame 125 126 pix.offsVec = IN.oldWorldPos.xyz - IN.worldPos.xyz; 127 //pix.offsVec = float3(0,0,0); 126 128 127 129 return pix;
Note: See TracChangeset
for help on using the changeset viewer.