src/glRenderer.cc

changeset 723
fecdf950f32d
parent 722
61e2d0ca0018
child 725
37b71daf4cb5
equal deleted inserted replaced
722:61e2d0ca0018 723:fecdf950f32d
107 }; 107 };
108 108
109 // Definitions for visual axes, drawn on the screen 109 // Definitions for visual axes, drawn on the screen
110 static const LDGLAxis g_GLAxes[3] = 110 static const LDGLAxis g_GLAxes[3] =
111 { 111 {
112 { QColor (255, 0, 0), Vertex (10000, 0, 0) }, // X 112 { QColor (192, 96, 96), Vertex (10000, 0, 0) }, // X
113 { QColor (80, 192, 0), Vertex (0, 10000, 0) }, // Y 113 { QColor (48, 192, 48), Vertex (0, 10000, 0) }, // Y
114 { QColor (0, 160, 192), Vertex (0, 0, 10000) }, // Z 114 { QColor (48, 112, 192), Vertex (0, 0, 10000) }, // Z
115 }; 115 };
116 116
117 static GLuint g_GLAxes_VBO; 117 static GLuint g_GLAxes_VBO;
118 static GLuint g_GLAxes_ColorVBO; 118 static GLuint g_GLAxes_ColorVBO;
119 119

mercurial