]> git.tdb.fi Git - libs/gl.git/blobdiff - source/windingtest.h
Add a flag to RenderPass to render the back faces of a mesh
[libs/gl.git] / source / windingtest.h
index 948f190b801ec34122d450f20a9b9b068eb654d1..d8a4c421722ed6997ab5f4162f10a74813e5d5f8 100644 (file)
@@ -1,10 +1,3 @@
-/* $Id$
-
-This file is part of libmspgl
-Copyright © 2011  Mikko Rasa, Mikkosoft Productions
-Distributed under the LGPL
-*/
-
 #ifndef WINDINGTEST_H_
 #define WINDINGTEST_H_
 
@@ -41,8 +34,10 @@ public:
 
        static void unbind();
 
-       static WindingTest &clockwise();
-       static WindingTest &counterclockwise();
+       const WindingTest &get_reverse() const;
+
+       static const WindingTest &clockwise();
+       static const WindingTest &counterclockwise();
 };
 
 } // namespace GL