Changeset 528


Ignore:
Timestamp:
01/12/06 15:27:06 (18 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/GtpVisibilityPreprocessor/src/dual_depth.cg

    r527 r528  
    2828        float test = IN.depthTexCoord.z / IN.depthTexCoord.w; 
    2929        // reject by alpha test 
    30         if (test < depth.x) 
    31                 col[4] = 0; 
     30        //if (test < depth.x) 
     31        //      OUT.color[4] = 0; 
    3232                 
    3333        //OUT.color = localcolor * shadow * IN.color1; 
Note: See TracChangeset for help on using the changeset viewer.