summaryrefslogtreecommitdiff
path: root/src/GLView.cc
diff options
context:
space:
mode:
authordon bright <hugh.m.bright@gmail.com>2013-03-02 00:41:50 (GMT)
committerdon bright <hugh.m.bright@gmail.com>2013-03-02 00:41:50 (GMT)
commiteb1f73de0393bd890c9648932ae2e04de2c65ba3 (patch)
tree773c61349179f3b317b7b7eb7e1010bccc2ff5f3 /src/GLView.cc
parent06fd9e2798f5683ae2134b0eeb75dad2574e3799 (diff)
add Camera.h per bug rept from Marius Kintel
Diffstat (limited to 'src/GLView.cc')
-rw-r--r--src/GLView.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/GLView.cc b/src/GLView.cc
index 130df29..0c02922 100644
--- a/src/GLView.cc
+++ b/src/GLView.cc
@@ -1,9 +1,6 @@
#include "GLView.h"
-#include "printutils.h"
#include "stdio.h"
-
-#include "linalg.h"
#include "rendersettings.h"
#ifdef _WIN32
@@ -349,6 +346,7 @@ void GLView::gimbalCamPaintGL()
glLoadIdentity();
Color4f bgcol = RenderSettings::inst()->color(RenderSettings::BACKGROUND_COLOR);
+ fprintf(stderr, "%f %f %f", bgcol[0], bgcol[1], bgcol[2] );
glClearColor(bgcol[0], bgcol[1], bgcol[2], 0.0);
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
contact: Jan Huwald // Impressum