Phong does not work yet, but saving here
[MicroTrace.git] / Makefile
index a9276b7..f263909 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -3,7 +3,7 @@
 all: MicroTrace
 
 CC = g++ 
-CFLAGS = -O0 -g -Wall 
+CFLAGS = -O3 -Wall
 
 
 OBJ = MicroTrace.o\
@@ -19,6 +19,10 @@ OBJ = MicroTrace.o\
       FlatShader.o\
       EyeLightShader.o\
       ReflectiveEyeLightShader.o\
+      PhongShader.o\
+      Light.o\
+      PointLight.o\
+      SpotLight.o\
       Scene.o\
       Primitive.o
 
This page took 0.022643 seconds and 4 git commands to generate.