diff Renderer/Test/Makefile.cell @ 1276:e92f00ed2fc0 draft

apply view matrix to normal vector
author Yutaka_Kinjyo <yutaka@cr.ie.u-ryukyu.ac.jp>
date Tue, 22 Nov 2011 19:26:18 +0900
parents 20e3c81b6f9f
children 3778a1eda68d
line wrap: on
line diff
--- a/Renderer/Test/Makefile.cell	Sat Nov 12 15:32:41 2011 +0900
+++ b/Renderer/Test/Makefile.cell	Tue Nov 22 19:26:18 2011 +0900
@@ -15,7 +15,7 @@
 %.pb.cc: $(PROTODIR)/%.proto
 	$(PROTO) $(PROTOFLAGS) $<
 
-ALL = spe-main ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic viewer SgRootChange property_test create_task property_universe chain_old property_chain aquarium network init_aquarium viewer_2
+ALL = spe-main ball_bound boss1_action direction gaplant ieshoot node panel universe untitled vacuum dynamic viewer SgRootChange property_test create_task property_universe chain_old property_chain aquarium network init_aquarium viewer_2 light_test
 
 all: $(ALL)
 
@@ -121,6 +121,11 @@
 viewer_2 : $(VIEWER_OBJ2) 
 	$(CC) $(CFLAGS) -o $@ $?    $(LIBS)
 
+LIGHT_TEST = light_test.o
+light_test : $(LIGHT_TEST) 
+	$(CC) $(CFLAGS) -o $@ $?    $(LIBS)
+
+
 
 debug: $(TARGET)
 	sudo ppu-gdb ./$(TARGET)