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

Legend:

Unmodified
Added
Removed
  • GTP/trunk/Lib/Illum/IllumModule/OgreIllumModule/include/RenderTechniques/OgreSBBRenderTechnique.h

    r2320 r2397  
    3434        */ 
    3535        OgreSBBRenderTechnique( unsigned char depthTexID, 
     36                                                        bool bindTexture, 
    3637                                                        Pass* pass, 
    3738                                                        OgreRenderable* parentRenderable, 
     
    5859        */ 
    5960        unsigned char depthTexID; 
    60  
     61        bool bindTexture; 
    6162        bool lastVisibility; 
    6263         
     
    7980 
    8081        unsigned char depthTexID; 
    81  
     82        bool bindTexture; 
    8283}; 
    8384 
Note: See TracChangeset for help on using the changeset viewer.