Ignore:
Timestamp:
05/16/07 15:30:33 (17 years ago)
Author:
szirmay
Message:
 
File:
1 edited

Legend:

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

    r2376 r2386  
    6262                                                                                float2 atlasTex  : TEXCOORD2, 
    6363                                                                                float3 tangent   : TEXCOORD3, 
    64                                                                                 uniform float normalCoord) 
     64                                                                                uniform float normalCoord, 
     65                                                                                uniform float texture_repeat) 
    6566{ 
    6667        MORIA_HALL_BASE_VSOUT OUT = (MORIA_HALL_BASE_VSOUT) 0; 
    6768         
     69        texCoord2.xy *= texture_repeat; 
    6870        OUT.texCoord = float4(texCoord1.xy, texCoord2.xy);       
    6971        if(normalCoord == 0) 
Note: See TracChangeset for help on using the changeset viewer.