Sun, 27 Apr 2008 14:19:37 +0200 Radek Brich implement triangle packet 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
Thu, 24 Apr 2008 10:49:11 +0200 Radek Brich add 2D pixmap texture class pyrit
Wed, 23 Apr 2008 19:35:03 +0200 Radek Brich remove forgotten noise.h includes pyrit
Wed, 23 Apr 2008 14:39:33 +0200 Radek Brich material and texture classes moved to material.(cc,h) pyrit
Wed, 23 Apr 2008 10:38:33 +0200 Radek Brich move shapes to extra source file pyrit
Tue, 22 Apr 2008 13:33:12 +0200 Radek Brich rewrite subsampling from old code to DefaultSampler pyrit
Mon, 21 Apr 2008 19:35:27 +0200 Radek Brich kd-tree: move recursive build subroutine from KdNode to KdTree pyrit
Mon, 21 Apr 2008 09:05:09 +0200 Radek Brich unify capitalization of method names in C++ and Python pyrit
Mon, 21 Apr 2008 08:47:36 +0200 Radek Brich kd-tree traversal - avoid dynamic memory allocation pyrit
Sun, 20 Apr 2008 19:27:59 +0200 Radek Brich correct camera angle of view 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
Sat, 19 Apr 2008 18:00:27 +0200 Radek Brich simplify kd-tree building, it's also much faster now pyrit
Tue, 15 Apr 2008 17:12:50 +0200 Radek Brich a fix for CPU and compiler detection pyrit
Mon, 14 Apr 2008 12:51:50 +0200 Radek Brich move "smooth" attribute from Triangle to Material pyrit
Sat, 12 Apr 2008 02:02:45 +0200 Radek Brich added detection of optimal CPU flags for both GCC and IntelC pyrit
Fri, 11 Apr 2008 12:46:36 +0200 Radek Brich new option to choose single or double precision floats pyrit
Fri, 11 Apr 2008 00:13:59 +0200 Radek Brich fixed ICC detection pyrit
Thu, 10 Apr 2008 23:20:36 +0200 Radek Brich basic detection of compiler (GCC or ICC) and CPU capabilities pyrit
Wed, 09 Apr 2008 17:55:29 +0200 Radek Brich add Help with list of targets to SConstruct pyrit
Wed, 09 Apr 2008 16:51:14 +0200 Radek Brich add many SCons targets (see DEVNOTES) pyrit
Wed, 09 Apr 2008 11:35:59 +0200 Radek Brich more SConscript tweaking, make model preparation work again pyrit
Wed, 09 Apr 2008 00:29:11 +0200 Radek Brich minor SConscript tweaking pyrit
Tue, 08 Apr 2008 01:05:12 +0200 Radek Brich moving to SCons build system pyrit
Fri, 04 Apr 2008 13:54:47 +0200 Radek Brich add color support to lwo reader pyrit
Fri, 04 Apr 2008 01:55:25 +0200 Radek Brich new python demo: car.py pyrit
Sat, 29 Mar 2008 18:01:45 +0100 Radek Brich new python demo: boxes 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
Wed, 19 Mar 2008 17:18:59 +0100 Radek Brich note for new camera classes pyrit
Thu, 03 Jan 2008 18:06:34 +0100 Radek Brich MIT license for sources pyrit
Sun, 30 Dec 2007 00:11:47 +0100 Radek Brich memory optimization for octree pyrit
Sat, 29 Dec 2007 13:53:33 +0100 Radek Brich cleaned Texture interface pyrit
Tue, 18 Dec 2007 12:36:01 +0100 Radek Brich fix possible division by zero in ccdemos/common_ply.h pyrit
Mon, 17 Dec 2007 22:03:50 +0100 Radek Brich Makefile: added help and distclean target, plus small fixes pyrit
Fri, 14 Dec 2007 16:51:22 +0100 Radek Brich ccdemos: put the common code to header files, common_ply.h and common_sdl.h pyrit
Fri, 14 Dec 2007 10:34:31 +0100 Radek Brich realtime_dragon demo: now fullsize model + octree pyrit
Fri, 14 Dec 2007 00:05:54 +0100 Radek Brich octree traversal rewritten to avoid recursion pyrit
Thu, 13 Dec 2007 00:08:11 +0100 Radek Brich new virtual Shape::intersect_bbox pyrit
Wed, 12 Dec 2007 19:59:19 +0100 Radek Brich new space partitioning structure: octree 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
Sat, 08 Dec 2007 14:07:42 +0100 Radek Brich new C++ demo: realtime_bunny pyrit
Sat, 08 Dec 2007 12:37:45 +0100 Radek Brich smooth triangles (aka Phong shading) pyrit
Fri, 07 Dec 2007 16:39:42 +0100 Radek Brich ccdemos/image.c: free png info structure pyrit
Fri, 07 Dec 2007 14:59:14 +0100 Radek Brich new demo: bunny.py pyrit
(0) -60 tip