src/gl/common.h

changeset 231
a9bf6bab5ea2
parent 218
63125c36de73
child 245
a41ccc6924e3
--- a/src/gl/common.h	Wed Jun 15 13:05:53 2022 +0300
+++ b/src/gl/common.h	Wed Jun 15 19:47:02 2022 +0300
@@ -93,8 +93,6 @@
 	{
 		// Normal rendering style
 		Normal,
-		// Render all polygons as lines
-		Wireframe,
 		// Use green colour for front faces and red colour for back faces
 		BfcRedGreen,
 		// Use a different colour for each object
@@ -133,6 +131,7 @@
 		GLfloat lineThickness = 2.0f;
 		bool lineAntiAliasing = true;
 		bool drawAxes = true;
+		bool wireframe = false;
 	};
 }
 

mercurial