removed some dependencies to old code
This commit is contained in:
parent
6bfb5fed60
commit
b7a61f3c66
1
mesh.h
1
mesh.h
@ -35,6 +35,7 @@ protected:
|
|||||||
bool locked;
|
bool locked;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
Mesh() : vao(0), locked(false) {}
|
||||||
~Mesh();
|
~Mesh();
|
||||||
|
|
||||||
bool hasNormals();
|
bool hasNormals();
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
QT -= core gui
|
QT -= core gui
|
||||||
|
|
||||||
Debug:TARGET = sparrowRendererDebug
|
Debug:TARGET = sparrowRendererd
|
||||||
Release:TARGET = sparrowRenderer
|
Release:TARGET = sparrowRenderer
|
||||||
TEMPLATE = lib
|
TEMPLATE = lib
|
||||||
CONFIG += c++11 staticlib
|
CONFIG += c++11 staticlib
|
||||||
|
Loading…
x
Reference in New Issue
Block a user