src/raytracermodule.cc
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-06 Radek Brich more build script tuning 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-27 Radek Brich prepare kd-tree traversal for packet tracing (4 rays at once) pyrit
2008-04-23 Radek Brich move shapes to extra source file pyrit
2008-04-21 Radek Brich unify capitalization of method names in C++ and Python pyrit
2008-04-20 Radek Brich kd-tree building - check all axes for best split, add additional shape-bbox check pyrit
2008-04-14 Radek Brich move "smooth" attribute from Triangle to Material pyrit
2008-04-07 Radek Brich moving to SCons build system pyrit
2008-04-04 Radek Brich add color support to lwo reader pyrit
2008-03-26 Radek Brich begin moving subsampling and oversampling to Sampler pyrit
2008-03-26 Radek Brich move Sampler classes to sampler.cc pyrit
2008-01-03 Radek Brich MIT license for sources pyrit
2007-12-12 Radek Brich new virtual Shape::intersect_bbox pyrit
2007-12-12 Radek Brich new space partitioning structure: octree pyrit
2007-12-09 Radek Brich quaternion moved to extra header file pyrit
2007-12-09 Radek Brich refraction pyrit
2007-12-08 Radek Brich smooth triangles (aka Phong shading) pyrit
2007-12-03 Radek Brich new make infrastructure pyrit
2007-11-29 Radek Brich naive color driven sub-sampling pyrit
2007-11-29 Radek Brich new C++ demo: realtime.cc (real-time scene viewer using SDL) pyrit
2007-11-26 Radek Brich added Camera, currently w/o Python binding pyrit
2007-11-25 Radek Brich replace Plane with axis-aligned Box (because infinite Plane is not usable with kd-tree) pyrit
2007-10-29 Radek Brich use python-config, strip python version from demos, change [PyRit] to [pyrit] -- should use unix name everywhere pyrit
2007-10-25 Radek Brich initial commit, raytracer source as written year ago and unchanged since 2007-03-25 pyrit
less more (0) tip