Ignore:
Timestamp:
06/06/07 19:19:29 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/illum.hlsl

    r2404 r2417  
    7979                float3 weight = tex2D(weightTex, float2((weightIndex + 0.5)/allClusterCount, 0.5)).rgb; 
    8080                float3 val = tex2D(PMTex, prmTexPos).xyz; 
    81                 if(length(val - float3(1,1,1))== 0) 
    82                 val = 0; 
     81        //      if(length(val - float3(1,1,1))== 0) 
     82        //      val = 0; 
    8383                col += val.xyz * weight;                 
    8484        } 
Note: See TracChangeset for help on using the changeset viewer.