octree traversal rewritten to avoid recursion
reenabled -O3 optimizations (was accidentaly disabled, now it traces even faster! :-))
realtime_bunny: added FPS counter, fixed a bug in ply loader
min3 and max3 templates added to common.h
ifndef $(ROOT)
ROOT=$(shell pwd)/..
endif
all: ModulePath reqs models
ModulePath:
echo "$(ROOT)/bin/python-module" > ModulePath
reqs:
$(MAKE) -C .. libs-float python-module
models:
$(MAKE) -C .. models
clean: ;