src/raytracer.cc
Fri, 11 Apr 2008 12:46:36 +0200 Radek Brich new option to choose single or double precision floats pyrit
Sat, 29 Mar 2008 17:54:27 +0100 Radek Brich fix sphere transmissivity, rename demo.py to spheres_glass.py pyrit
Sat, 29 Mar 2008 12:09:50 +0100 Radek Brich fix bugs pyrit
Sat, 29 Mar 2008 10:56:56 +0100 Radek Brich more raytrace_worker optimization and cleaning pyrit
Sat, 29 Mar 2008 02:17:22 +0100 Radek Brich slighly optimized raytrace_worker pyrit
Fri, 28 Mar 2008 23:30:04 +0100 Radek Brich new implementation of sample_queue pyrit
Fri, 28 Mar 2008 21:47:32 +0100 Radek Brich remove debug messages - algorithm seems stable, but it's slow pyrit
Fri, 28 Mar 2008 17:13:21 +0100 Radek Brich rewritten threads with heavy debug information pyrit
Fri, 28 Mar 2008 00:53:20 +0100 Radek Brich workaround for divide by zero bug in octree pyrit
Wed, 26 Mar 2008 17:03:38 +0100 Radek Brich begin moving subsampling and oversampling to Sampler pyrit
Wed, 26 Mar 2008 14:29:21 +0100 Radek Brich move Sampler classes to sampler.cc pyrit
Wed, 26 Mar 2008 00:52:27 +0100 Radek Brich Doxygen pyrit
Thu, 03 Jan 2008 18:06:34 +0100 Radek Brich MIT license for sources pyrit
Sat, 29 Dec 2007 13:53:33 +0100 Radek Brich cleaned Texture interface pyrit
Mon, 17 Dec 2007 22:03:50 +0100 Radek Brich Makefile: added help and distclean target, plus small fixes pyrit
Sun, 09 Dec 2007 23:10:58 +0100 Radek Brich quaternion moved to extra header file pyrit
Sun, 09 Dec 2007 15:01:51 +0100 Radek Brich make over-sampling work together with sub-sampling pyrit
Sun, 09 Dec 2007 13:31:38 +0100 Radek Brich new Raytracer option: oversampling pyrit
Sun, 09 Dec 2007 10:45:26 +0100 Radek Brich refraction pyrit
Sat, 08 Dec 2007 16:02:37 +0100 Radek Brich pyrit_verbosity: new variable for controlling amount of output, see common.h pyrit
Fri, 07 Dec 2007 14:56:39 +0100 Radek Brich tuned ray-triangle intersection, now there are three algorithms to choose from: pyrit
Mon, 03 Dec 2007 01:49:23 +0100 Radek Brich new make infrastructure pyrit
Fri, 30 Nov 2007 00:44:51 +0100 Radek Brich naive color driven sub-sampling pyrit
Thu, 29 Nov 2007 18:30:16 +0100 Radek Brich new C++ demo: realtime.cc (real-time scene viewer using SDL) pyrit
Mon, 26 Nov 2007 23:12:40 +0100 Radek Brich added Camera, currently w/o Python binding pyrit
Sun, 25 Nov 2007 21:47:10 +0100 Radek Brich add Raytracer::setThreads() pyrit
Sun, 25 Nov 2007 17:58:29 +0100 Radek Brich C++ demos: prepare infrastructure, add spheres_shadow.cc pyrit
Sun, 25 Nov 2007 15:50:01 +0100 Radek Brich replace Plane with axis-aligned Box (because infinite Plane is not usable with kd-tree) pyrit
Sat, 24 Nov 2007 21:55:41 +0100 Radek Brich kd-tree: traversal algorithm (KdTree::nearest_intersection) pyrit
Fri, 23 Nov 2007 16:14:38 +0100 Radek Brich move nearest_intersection() to Container, add dummy KdTree.load(), plus small fixes pyrit
less more (0) -30 tip