Ignore:
Timestamp:
12/08/08 03:01:45 (16 years ago)
Author:
mattausch
Message:

lense flare starting to work

File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/shaders/common.h

    r3170 r3213  
     1/************************************/ 
     2/*     Common shader functions      */ 
     3/************************************/ 
     4 
     5/** Interpolate bilinearly between 2 vectors 
     6*/ 
    17inline float3 Interpol(float2 w, float3 bl, float3 br, float3 tl, float3 tr) 
    28{ 
     
    915 
    1016 
    11 // reconstruct world space position 
     17/** reconstruct world space position 
     18*/ 
    1219inline float3 ReconstructSamplePos(uniform sampler2D tex, 
    1320                                                                   float2 texcoord,  
Note: See TracChangeset for help on using the changeset viewer.