Sun, 25 Nov 2007 22:22:40 +0100 fix last leak as reported by valgrind pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 25 Nov 2007 22:22:40 +0100] rev 17
fix last leak as reported by valgrind
Sun, 25 Nov 2007 21:47:10 +0100 add Raytracer::setThreads() pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 25 Nov 2007 21:47:10 +0100] rev 16
add Raytracer::setThreads() resolved all memory leaks during rendering
Sun, 25 Nov 2007 17:58:29 +0100 C++ demos: prepare infrastructure, add spheres_shadow.cc pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 25 Nov 2007 17:58:29 +0100] rev 15
C++ demos: prepare infrastructure, add spheres_shadow.cc rename Ray::a to Ray::o KdNode::shapes changed to pointer and added to union together with *children (to save memory)
Sun, 25 Nov 2007 15:50:01 +0100 replace Plane with axis-aligned Box (because infinite Plane is not usable with kd-tree) pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 25 Nov 2007 15:50:01 +0100] rev 14
replace Plane with axis-aligned Box (because infinite Plane is not usable with kd-tree) fix memory leak in KdTree::nearest_intersection rename BBox::R to BBox::H new file: common.h (Eps and Inf constants)
Sat, 24 Nov 2007 23:55:54 +0100 new python demo: buddha pyrit
Radek Brich <radek.brich@devl.cz> [Sat, 24 Nov 2007 23:55:54 +0100] rev 13
new python demo: buddha
Sat, 24 Nov 2007 21:55:41 +0100 kd-tree: traversal algorithm (KdTree::nearest_intersection) pyrit
Radek Brich <radek.brich@devl.cz> [Sat, 24 Nov 2007 21:55:41 +0100] rev 12
kd-tree: traversal algorithm (KdTree::nearest_intersection)
Fri, 23 Nov 2007 16:14:38 +0100 move nearest_intersection() to Container, add dummy KdTree.load(), plus small fixes pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 23 Nov 2007 16:14:38 +0100] rev 11
move nearest_intersection() to Container, add dummy KdTree.load(), plus small fixes
Fri, 23 Nov 2007 01:24:33 +0100 kd-tree: build algorithm tested and fixed pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 23 Nov 2007 01:24:33 +0100] rev 10
kd-tree: build algorithm tested and fixed exporting kd-tree to wavefront obj file (visualisation!)
Thu, 22 Nov 2007 21:46:09 +0100 kd-tree: build algorithm - completed, untested pyrit
Radek Brich <radek.brich@devl.cz> [Thu, 22 Nov 2007 21:46:09 +0100] rev 9
kd-tree: build algorithm - completed, untested
Thu, 22 Nov 2007 18:10:10 +0100 fixed virtual method get_bbox() for all shapes, default thread num changed to 4 pyrit
Radek Brich <radek.brich@devl.cz> [Thu, 22 Nov 2007 18:10:10 +0100] rev 8
fixed virtual method get_bbox() for all shapes, default thread num changed to 4
Thu, 22 Nov 2007 17:53:34 +0100 kd-tree: build algorithm - searching for all posible splits pyrit
Radek Brich <radek.brich@devl.cz> [Thu, 22 Nov 2007 17:53:34 +0100] rev 7
kd-tree: build algorithm - searching for all posible splits
Sun, 18 Nov 2007 11:20:56 +0100 pthreads and other fixes for Windows pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 18 Nov 2007 11:20:56 +0100] rev 6
pthreads and other fixes for Windows
Sat, 17 Nov 2007 17:47:06 +0100 resolve warnings from current g++ pyrit
Radek Brich <radek.brich@devl.cz> [Sat, 17 Nov 2007 17:47:06 +0100] rev 5
resolve warnings from current g++
Sat, 17 Nov 2007 17:20:36 +0100 multi-threaded rendering via pthreads pyrit
Radek Brich <radek.brich@devl.cz> [Sat, 17 Nov 2007 17:20:36 +0100] rev 4
multi-threaded rendering via pthreads added README
Fri, 16 Nov 2007 10:25:12 +0100 some notes in TODO pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 16 Nov 2007 10:25:12 +0100] rev 3
some notes in TODO
Fri, 09 Nov 2007 10:17:27 +0100 added TODO pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 09 Nov 2007 10:17:27 +0100] rev 2
added TODO
Mon, 29 Oct 2007 15:50:17 +0100 use python-config, strip python version from demos, change [PyRit] to [pyrit] -- should use unix name everywhere pyrit
Radek Brich <radek.brich@devl.cz> [Mon, 29 Oct 2007 15:50:17 +0100] rev 1
use python-config, strip python version from demos, change [PyRit] to [pyrit] -- should use unix name everywhere
Thu, 25 Oct 2007 16:40:22 +0200 initial commit, raytracer source as written year ago and unchanged since 2007-03-25 pyrit
Radek Brich <radek.brich@devl.cz> [Thu, 25 Oct 2007 16:40:22 +0200] rev 0
initial commit, raytracer source as written year ago and unchanged since 2007-03-25
(0) +30 +50 tip