Ignore:
Timestamp:
06/27/05 17:22:08 (19 years ago)
Author:
mattausch
Message:

added item buffer functionality

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/VUT/work/ogre_changes/RenderSystems/GL/src/OgreGLRenderSystem.cpp

    r115 r150  
    22462246            glDisableVertexAttribArrayARB_ptr(1); // disable weights 
    22472247        } 
     2248#ifndef GTP_VISIBILITY_MODIFIED_OGRE 
    22482249        glColor4f(1,1,1,1); 
     2250#else 
     2251                glColor4ub(mColour[0], mColour[1], mColour[2], mColour[3]); 
     2252#endif  // GTP_VISIBILITY_MODIFIED_OGRE 
     2253 
    22492254        glSecondaryColor3fEXT_ptr(0.0f, 0.0f, 0.0f); 
    22502255 
     
    24462451        dest[3][2] = -1; 
    24472452    } 
    2448  
    24492453    // ------------------------------------------------------------------ 
    24502454    void GLRenderSystem::setClipPlane (ushort index, Real A, Real B, Real C, Real D) 
Note: See TracChangeset for help on using the changeset viewer.