]> Git trees. - libqmvoc.git/commitdiff
* Pino please check if this compiles. It should but I cannot test
authorCarsten Niehaus <cniehaus@gmx.de>
Sat, 8 Jul 2006 12:21:42 +0000 (12:21 +0000)
committerCarsten Niehaus <cniehaus@gmx.de>
Sat, 8 Jul 2006 12:21:42 +0000 (12:21 +0000)
** This commit removed all traces of non-BO-data

svn path=/trunk/KDE/kdeedu/kalzium/src/kalziumglhelperclasses.h; revision=559778

kalzium/kalziumglhelperclasses.h

index cf4f94ca6b0139627ed3645966b3cdc1e316954a..45351d754fa65bb243c2ea7bc7cc9c971c25bcc4 100644 (file)
@@ -124,7 +124,6 @@ template<class T> bool approx_equal( T a, T b, T precision )
 *
 * @author Benoit Jacob
 */
-
 template<class T> class Vector3
 {
        public:
@@ -451,15 +450,13 @@ class TextRenderer
                 */
                GLboolean m_isBetweenBeginAndEnd;
 
-               /**
-                * These members are used to remember the OpenGL state in order
-                * to be able to restore it after rendering. See do_end().
-                */
+               ///{ Members used to remember the OpenGL state in order to be able to restore it after rendering. See do_end().
                GLboolean m_wasEnabled_LIGHTING;
                GLboolean m_wasEnabled_TEXTURE_2D;
                GLboolean m_wasEnabled_FOG;
                GLboolean m_wasEnabled_BLEND;
                GLboolean m_wasEnabled_DEPTH_TEST;
+               ///}
 
                /**
                 * Stores the relevant part of the OpenGL state, and prepares