Updated GLView to draw with white lighting after drawCoordSystem().
parent
6147a4f50d
commit
4254142575
|
@ -609,6 +609,7 @@ void CGLView::drawCoordSystem() {
|
|||
// Z, -Z
|
||||
qglColor(QColor(Qt::blue)), glVertex3f(0.0, 0.0, 0.0), glVertex3f(0.0, 0.0, 100000.0);
|
||||
qglColor(QColor(Qt::yellow)), glVertex3f(0.0, 0.0, 0.0), glVertex3f(0.0, 0.0, -100000.0);
|
||||
qglColor(QColor(Qt::white));
|
||||
glEnd();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue