gldraw.cpp

changeset 69
6790dea720a8
parent 68
c637b172d565
child 70
e6b8dab8f81a
equal deleted inserted replaced
68:c637b172d565 69:6790dea720a8
18 18
19 #include <QtGui> 19 #include <QtGui>
20 #include <QGLWidget> 20 #include <QGLWidget>
21 #include <GL/glu.h> 21 #include <GL/glu.h>
22 #include "common.h" 22 #include "common.h"
23 #include "config.h"
23 #include "file.h" 24 #include "file.h"
24 #include "gldraw.h" 25 #include "gldraw.h"
25 #include "bbox.h" 26 #include "bbox.h"
26 #include "colors.h" 27 #include "colors.h"
27 28
28 static double g_faObjectOffset[3]; 29 static double g_faObjectOffset[3];
29 static double g_StoredBBoxSize; 30 static double g_StoredBBoxSize;
31
32 cfg (str, gl_bgcolor, "#CCCCD9");
33 cfg (str, gl_maincolor, "#707078");
34 cfg (float, gl_maincolor_alpha, 1.0);
35 cfg (int, gl_linethickness, 2);
36 cfg (bool, gl_colorbfc, true);
30 37
31 // ============================================================================= 38 // =============================================================================
32 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 39 // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
33 // ============================================================================= 40 // =============================================================================
34 renderer::renderer (QWidget* parent) { 41 renderer::renderer (QWidget* parent) {

mercurial