New animated engine demo.
This commit is contained in:
@@ -21,6 +21,7 @@ PROGS = \
|
||||
clearspd \
|
||||
cubemap \
|
||||
drawpix \
|
||||
engine \
|
||||
fire \
|
||||
fogcoord \
|
||||
fplight \
|
||||
@@ -131,6 +132,13 @@ gloss.o: gloss.c trackball.h
|
||||
$(CC) -c -I$(INCDIR) $(CFLAGS) gloss.c
|
||||
|
||||
|
||||
engine: engine.o trackball.o readtex.o
|
||||
$(CC) -I$(INCDIR) $(CFLAGS) engine.o trackball.o readtex.o $(APP_LIB_DEPS) -o $@
|
||||
|
||||
engine.o: engine.c trackball.h
|
||||
$(CC) -c -I$(INCDIR) $(CFLAGS) engine.c
|
||||
|
||||
|
||||
clean:
|
||||
-rm -f $(PROGS)
|
||||
-rm -f *.o *~
|
||||
|
1099
progs/demos/engine.c
Normal file
1099
progs/demos/engine.c
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user