Removed debug includes
This commit is contained in:
parent
131b7cac5e
commit
ae63b108f4
2 changed files with 0 additions and 2 deletions
1
obj.cpp
1
obj.cpp
|
@ -4,7 +4,6 @@
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
#include <regex>
|
#include <regex>
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
void ObjectLoader::load_mtl(string filename) {
|
void ObjectLoader::load_mtl(string filename) {
|
||||||
string tmp;
|
string tmp;
|
||||||
|
|
|
@ -2,7 +2,6 @@
|
||||||
#include <GL/gl.h>
|
#include <GL/gl.h>
|
||||||
#include <GL/glu.h>
|
#include <GL/glu.h>
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
void OPGLWidget::initializeGL() {
|
void OPGLWidget::initializeGL() {
|
||||||
glClearDepth(1.0f);
|
glClearDepth(1.0f);
|
||||||
|
|
Loading…
Reference in a new issue