New animated engine demo.

This commit is contained in:
Brian Paul
2006-07-04 21:43:21 +00:00
parent 1ad914575a
commit 1ff8daf21e
2 changed files with 1107 additions and 0 deletions

View File

@@ -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

File diff suppressed because it is too large Load Diff