src/raytracer.cc
Sun, 31 May 2009 23:06:03 +0200 Radek Brich new build target 'vcproj' - generate Visual C++ Studio project files; fix GCC warnings in intersect_packet() pyrit
Sat, 10 May 2008 14:29:37 +0200 Radek Brich build script fixes, add ldflags build option pyrit
Tue, 06 May 2008 09:39:58 +0200 Radek Brich more build script tuning pyrit
Mon, 05 May 2008 15:31:14 +0200 Radek Brich add MSVC compiler support, make it default for Windows pyrit
Fri, 02 May 2008 13:27:47 +0200 Radek Brich packetize Phong shader pyrit
Tue, 29 Apr 2008 23:31:08 +0200 Radek Brich rename Python module from 'raytracer' to 'pyrit' pyrit
Sun, 27 Apr 2008 19:56:23 +0200 Radek Brich BBox - RayPacket intersection pyrit
Sun, 27 Apr 2008 09:44:49 +0200 Radek Brich prepare kd-tree traversal for packet tracing (4 rays at once) pyrit
Thu, 24 Apr 2008 18:12:32 +0200 Radek Brich vectorize makeRayPacket() using SSE intrinsics pyrit
Thu, 24 Apr 2008 13:55:11 +0200 Radek Brich prepare structures for packet tracing pyrit
Tue, 22 Apr 2008 13:33:12 +0200 Radek Brich rewrite subsampling from old code to DefaultSampler pyrit
Mon, 21 Apr 2008 09:05:09 +0200 Radek Brich unify capitalization of method names in C++ and Python pyrit
Sun, 20 Apr 2008 16:48:24 +0200 Radek Brich kd-tree building - check all axes for best split, add additional shape-bbox check pyrit
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
Fri, 23 Nov 2007 01:24:33 +0100 Radek Brich kd-tree: build algorithm tested and fixed pyrit
Thu, 22 Nov 2007 18:10:10 +0100 Radek Brich fixed virtual method get_bbox() for all shapes, default thread num changed to 4 pyrit
Sun, 18 Nov 2007 11:20:56 +0100 Radek Brich pthreads and other fixes for Windows pyrit
Sat, 17 Nov 2007 17:47:06 +0100 Radek Brich resolve warnings from current g++ pyrit
Sat, 17 Nov 2007 17:20:36 +0100 Radek Brich multi-threaded rendering via pthreads pyrit
Thu, 25 Oct 2007 16:40:22 +0200 Radek Brich initial commit, raytracer source as written year ago and unchanged since 2007-03-25 pyrit
less more (0) tip