- OBJ file reading
- VBO memory management - Lighting
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,7 +1,7 @@
|
||||
CXX=g++
|
||||
CXXOPTS=-Og -ggdb -Wall -Wextra -pedantic -Wno-unused-function -Wno-unused-parameter -std=c++11
|
||||
LDOPTS=-flto
|
||||
LIBS=-lGL -lSDL2 -lSDL2_image -lobj
|
||||
LIBS=-lglbinding -lSDL2 -lSDL2_image -lobj
|
||||
CXXSRCS=main.cc objectParser.cc
|
||||
OBJS=$(addprefix objs/,$(CXXSRCS:.cc=.o))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user