Radek Brich <radek.brich@devl.cz> [Fri, 07 Dec 2007 16:39:42 +0100] rev 27
ccdemos/image.c: free png info structure
Radek Brich <radek.brich@devl.cz> [Fri, 07 Dec 2007 14:59:14 +0100] rev 26
new demo: bunny.py
Radek Brich <radek.brich@devl.cz> [Fri, 07 Dec 2007 14:56:39 +0100] rev 25
tuned ray-triangle intersection, now there are three algorithms to choose from:
Plucker, Barycentric and Barycentric with preprocessing (Wald)
methods in Vector and Shape (and derivates) made const
Radek Brich <radek.brich@devl.cz> [Wed, 05 Dec 2007 18:54:23 +0100] rev 24
new C++ demo: realtime_dragon.cc
class Container moved to its own source file (from kdtree.*)
new directory for models and Makefile which downloads and prepares them
fixed python module path in some forgotten demos
ShapeList moved to scene.h
Radek Brich <radek.brich@devl.cz> [Tue, 04 Dec 2007 08:58:05 +0100] rev 23
fix a bug in KdNode::subdivide and remove some extra variables
realtime.cc - use SW surface
Radek Brich <radek.brich@devl.cz> [Mon, 03 Dec 2007 01:49:23 +0100] rev 22
new make infrastructure
generalize floats to Floats, allow compiling as both double/float
Radek Brich <radek.brich@devl.cz> [Fri, 30 Nov 2007 00:44:51 +0100] rev 21
naive color driven sub-sampling
slightly optimized KdTree::nearest_intersection
fixed bug in Box::intersect
fixed stripes on spheres in spheres_ao.py (was caused by AO distance)
new KdTree property: max_depth
minor changes in realtime.py