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
==================
Pyrit Ray Tracer
==================
License
-------
Currently unlicensed, you may not redistribute or use this work for any purposes.
Will be MIT licensed when ready.
Pthreads
--------
Threads can be used to render rows of picture paralelly. Arbitrary number
of threads can be used, even numbers like 17 are acceptable.
To completely disable this feature just remove "-DPTHREADS -pthreads"
from flags in makefile.
For Windows + Mingw32, get pthreads library here:
http://sources.redhat.com/pthreads-win32/