Ignore:
Timestamp:
10/10/05 15:23:32 (19 years ago)
Author:
mattausch
Message:

queries are realized as templates

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/work/ogre_changes/OgreMain/include/OgreRenderSystem.h

    r193 r316  
    947947        virtual Real getMaximumDepthInputValue(void) = 0; 
    948948 
    949 #ifdef GTP_VISIBILITY_MODIFIED_OGRE 
    950                 /** sets colour. 
    951                 */ 
    952                 void setColour(int r, int g, int b, int a); 
    953 #endif // GTP_VISIBILITY_MODIFIED_OGRE 
    954  
    955949    protected: 
    956950 
     
    990984 
    991985        bool mInvertVertexWinding; 
    992  
    993 #ifdef GTP_VISIBILITY_MODIFIED_OGRE 
    994                 int mColour[4]; 
    995 #endif // GTP_VISIBILITY_MODIFIED_OGRE 
    996986    }; 
    997987} 
Note: See TracChangeset for help on using the changeset viewer.