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;
|
||||
|
||||
public:
|
||||
Mesh() : vao(0), locked(false) {}
|
||||
~Mesh();
|
||||
|
||||
bool hasNormals();
|
||||
|
@ -6,7 +6,7 @@
|
||||
|
||||
QT -= core gui
|
||||
|
||||
Debug:TARGET = sparrowRendererDebug
|
||||
Debug:TARGET = sparrowRendererd
|
||||
Release:TARGET = sparrowRenderer
|
||||
TEMPLATE = lib
|
||||
CONFIG += c++11 staticlib
|
||||
|
Loading…
x
Reference in New Issue
Block a user