Changeset 528 for trunk/VUT/GtpVisibilityPreprocessor/src
- Timestamp:
- 01/12/06 15:27:06 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/GtpVisibilityPreprocessor/src/dual_depth.cg
r527 r528 28 28 float test = IN.depthTexCoord.z / IN.depthTexCoord.w; 29 29 // reject by alpha test 30 if (test < depth.x)31 col[4] = 0;30 //if (test < depth.x) 31 // OUT.color[4] = 0; 32 32 33 33 //OUT.color = localcolor * shadow * IN.color1;
Note: See TracChangeset
for help on using the changeset viewer.