Changeset 150 for trunk/VUT/work/ogre_changes
- Timestamp:
- 06/27/05 17:22:08 (20 years ago)
- Location:
- trunk/VUT/work/ogre_changes
- Files:
-
- 2 added
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/VUT/work/ogre_changes/RenderSystems/GL/src/OgreGLRenderSystem.cpp
r115 r150 2246 2246 glDisableVertexAttribArrayARB_ptr(1); // disable weights 2247 2247 } 2248 #ifndef GTP_VISIBILITY_MODIFIED_OGRE 2248 2249 glColor4f(1,1,1,1); 2250 #else 2251 glColor4ub(mColour[0], mColour[1], mColour[2], mColour[3]); 2252 #endif // GTP_VISIBILITY_MODIFIED_OGRE 2253 2249 2254 glSecondaryColor3fEXT_ptr(0.0f, 0.0f, 0.0f); 2250 2255 … … 2446 2451 dest[3][2] = -1; 2447 2452 } 2448 2449 2453 // ------------------------------------------------------------------ 2450 2454 void GLRenderSystem::setClipPlane (ushort index, Real A, Real B, Real C, Real D)
Note: See TracChangeset
for help on using the changeset viewer.