Ignore:
Timestamp:
06/08/07 00:05:53 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Illum/Ogre/Media/materials/GTPPathMap/PathMap.hlsl

    r2409 r2422  
    1111{ 
    1212    float4 pos                  : POSITION; 
    13     float2 tex                  : TEXCOORD1; 
    14     float2 texAtlas             : TEXCOORD2; 
     13    float2 tex                  : TEXCOORD0; 
     14    float2 texAtlas             : TEXCOORD1; 
    1515}; 
    1616 
     
    2828        output.pos = mul(WorldViewProj, input.pos); 
    2929        output.tex = input.tex; 
    30         output.texAtlas = input.tex;     
     30        output.texAtlas = input.texAtlas;        
    3131        return output; 
    3232} 
Note: See TracChangeset for help on using the changeset viewer.