Ignore:
Timestamp:
07/02/07 15:12:07 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/EnvMap/EnvMap.fx

    r2062 r2482  
    292292        IN.Normal = normalize( IN.Normal );  
    293293         
    294         //float3 R = reflect(IN.View, IN.Normal); 
    295         float3 R = refract(IN.View, IN.Normal, 1); 
     294        float3 R = reflect(IN.View, IN.Normal); 
     295        //float3 R = refract(IN.View, IN.Normal, 1); 
    296296 
    297297        if (shininess <= 0)     // diffuse 
Note: See TracChangeset for help on using the changeset viewer.