2009-05-31 Radek Brich new build target 'vcproj' - generate Visual C++ Studio project files; fix GCC warnings in intersect_packet() pyrit
2009-05-31 Radek Brich build script: updated for latest SCons, moved config.h to build/, help and clean targets does not run configure any more, fixed GCC check, added check for zlib pyrit
2008-05-19 Radek Brich add sections about demos to README pyrit
2008-05-15 Radek Brich added bench.py demo which prints tree build and render times pyrit
2008-05-14 Radek Brich added Python binding for material.h classes pyrit
2008-05-10 Radek Brich build script fixes, add ldflags build option pyrit
2008-05-08 Radek Brich update README pyrit
2008-05-06 Radek Brich more build script tuning pyrit
2008-05-05 Radek Brich add MSVC compiler support, make it default for Windows pyrit
2008-05-02 Radek Brich packetize Phong shader pyrit
2008-04-29 Radek Brich rename Python module from 'raytracer' to 'pyrit' pyrit
2008-04-29 Radek Brich use SSE for float to char image buffer conversion pyrit
2008-04-28 Radek Brich merge pixmap handling from sampler, material.h and ccdemos's image module to new Pixmap class pyrit
2008-04-27 Radek Brich Sphere, Box - RayPacket intersection pyrit
2008-04-27 Radek Brich BBox - RayPacket intersection pyrit
2008-04-27 Radek Brich implement triangle packet intersection pyrit
2008-04-27 Radek Brich prepare kd-tree traversal for packet tracing (4 rays at once) pyrit
2008-04-24 Radek Brich vectorize makeRayPacket() using SSE intrinsics pyrit
2008-04-24 Radek Brich prepare structures for packet tracing pyrit
2008-04-24 Radek Brich add 2D pixmap texture class pyrit
2008-04-23 Radek Brich remove forgotten noise.h includes pyrit
2008-04-23 Radek Brich material and texture classes moved to material.(cc,h) pyrit
2008-04-23 Radek Brich move shapes to extra source file pyrit
2008-04-22 Radek Brich rewrite subsampling from old code to DefaultSampler pyrit
2008-04-21 Radek Brich kd-tree: move recursive build subroutine from KdNode to KdTree pyrit
2008-04-21 Radek Brich unify capitalization of method names in C++ and Python pyrit
2008-04-21 Radek Brich kd-tree traversal - avoid dynamic memory allocation pyrit
2008-04-20 Radek Brich correct camera angle of view pyrit
2008-04-20 Radek Brich kd-tree building - check all axes for best split, add additional shape-bbox check pyrit
2008-04-19 Radek Brich simplify kd-tree building, it's also much faster now pyrit
(0) -50 -30 tip