Update build instructions in README

+ Clean up CMakeLists and remove some unused includes
 + Remove unused Qt translations file
This commit is contained in:
2021-09-12 12:49:59 -04:00
parent 578fcb2bbd
commit fb359060bc
8 changed files with 42 additions and 79 deletions

View File

@@ -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

View File

@@ -8,6 +8,7 @@
#include <QImageReader>
#include <mainwidget.h>
#include <texture.h>
#include <meshrenderer.h>

View File

@@ -13,7 +13,6 @@
#include <QOpenGLTexture>
#include <QOpenGLVertexArrayObject>
#include <mainwidget.h>
#include <mesh.h>

View File

@@ -6,6 +6,7 @@
## Contact: shaunrd0@gmail.com | URL: www.shaunreed.com | GitHub: shaunrd0 ##
##############################################################################*/
#include <QDebug>
#include <QImageReader>
#include <texture.h>

View File

@@ -11,8 +11,6 @@
#include <QOpenGLTexture>
#include <mainwidget.h>
class Texture {
public: