Update build instructions in README
+ Clean up CMakeLists and remove some unused includes + Remove unused Qt translations file
This commit is contained in:
@@ -12,9 +12,10 @@
|
||||
#include <QVector2D>
|
||||
#include <QVector3D>
|
||||
|
||||
#include <mainwidget.h>
|
||||
#include <transform3D.h>
|
||||
|
||||
class MeshRenderer;
|
||||
class Object;
|
||||
|
||||
// Define vertices for drawing a cube using two faces (8 vertex points)
|
||||
// Front Vertices
|
||||
|
||||
@@ -8,6 +8,7 @@
|
||||
|
||||
#include <QImageReader>
|
||||
|
||||
#include <mainwidget.h>
|
||||
#include <texture.h>
|
||||
|
||||
#include <meshrenderer.h>
|
||||
|
||||
@@ -13,7 +13,6 @@
|
||||
#include <QOpenGLTexture>
|
||||
#include <QOpenGLVertexArrayObject>
|
||||
|
||||
#include <mainwidget.h>
|
||||
#include <mesh.h>
|
||||
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
## Contact: shaunrd0@gmail.com | URL: www.shaunreed.com | GitHub: shaunrd0 ##
|
||||
##############################################################################*/
|
||||
|
||||
#include <QDebug>
|
||||
#include <QImageReader>
|
||||
|
||||
#include <texture.h>
|
||||
|
||||
@@ -11,8 +11,6 @@
|
||||
|
||||
#include <QOpenGLTexture>
|
||||
|
||||
#include <mainwidget.h>
|
||||
|
||||
|
||||
class Texture {
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user