Radek Brich <radek.brich@devl.cz> [Wed, 12 Dec 2007 19:59:19 +0100] rev 35
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)
Radek Brich <radek.brich@devl.cz> [Sun, 09 Dec 2007 23:10:58 +0100] rev 34
quaternion moved to extra header file
updated headers in all sources
Radek Brich <radek.brich@devl.cz> [Sun, 09 Dec 2007 15:01:51 +0100] rev 33
make over-sampling work together with sub-sampling
Radek Brich <radek.brich@devl.cz> [Sun, 09 Dec 2007 13:31:38 +0100] rev 32
new Raytracer option: oversampling
add 9x and 16x oversampling (5x was available through preproc. directive)
Radek Brich <radek.brich@devl.cz> [Sun, 09 Dec 2007 10:45:26 +0100] rev 31
refraction
updated demo.py and bunny.py to present new feature
python binding for material settings
Radek Brich <radek.brich@devl.cz> [Sat, 08 Dec 2007 16:02:37 +0100] rev 30
pyrit_verbosity: new variable for controlling amount of output, see common.h
fix Makefile dependencies for raytracer_module
fix bad view in buddha.py caused by last commit
Radek Brich <radek.brich@devl.cz> [Sat, 08 Dec 2007 14:07:42 +0100] rev 29
new C++ demo: realtime_bunny
obj/ply loading functions moved to *reader.py from Python demos