Construct shape information.

This commit is contained in:
Syoyo Fujita
2016-07-15 19:46:36 +09:00
parent 7a9a0e7cab
commit 3a96dc11ca
3 changed files with 408 additions and 311 deletions

View File

@@ -2,6 +2,9 @@ UNAME_S := $(shell uname -s)
ifeq ($(UNAME_S),Darwin)
LD_FLAGS=-framework OpenGL -lglfw3 -lglew
endif
ifeq ($(UNAME_S),Linux)
LD_FLAGS=-lGL -lGLU -lglfw3 -lGLEW -lX11 -lXrandr -lXinerama -lXxf86vm -lXcursor -lm -pthread -ldl
endif
all:
clang -c trackball.c