new space partitioning structure: octree
realtime_bunny updated to use octree
plus other files updated to be container type independent (only user programs are supposed to include and use special containers)
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: ;