Fri, 14 Dec 2007 10:34:31 +0100 realtime_dragon demo: now fullsize model + octree pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 14 Dec 2007 10:34:31 +0100] rev 38
realtime_dragon demo: now fullsize model + octree realtime_bunny demo: bigger resolution Box, Sphere: implemented AABB intersection new stop condition for octree building (when number of shapes in children >= 6x shapes in parent node) fixes for octree traversal
Fri, 14 Dec 2007 00:05:54 +0100 octree traversal rewritten to avoid recursion pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 14 Dec 2007 00:05:54 +0100] rev 37
octree traversal rewritten to avoid recursion reenabled -O3 optimizations (was accidentaly disabled, now it traces even faster! :-)) realtime_bunny: added FPS counter, fixed a bug in ply loader min3 and max3 templates added to common.h
Thu, 13 Dec 2007 00:08:11 +0100 new virtual Shape::intersect_bbox pyrit
Radek Brich <radek.brich@devl.cz> [Thu, 13 Dec 2007 00:08:11 +0100] rev 36
new virtual Shape::intersect_bbox implementation of triangle-AABB intersection octree building updated and simplified with help of this new method octree made default for Python, it's currently much faster than kd-tree (both building and traversal)
Wed, 12 Dec 2007 19:59:19 +0100 new space partitioning structure: octree pyrit
Radek Brich <radek.brich@devl.cz> [Wed, 12 Dec 2007 19:59:19 +0100] rev 35
new space partitioning structure: octree realtime_bunny updated to use octree plus other files updated to be container type independent (only user programs are supposed to include and use special containers)
Sun, 09 Dec 2007 23:10:58 +0100 quaternion moved to extra header file pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 09 Dec 2007 23:10:58 +0100] rev 34
quaternion moved to extra header file updated headers in all sources
Sun, 09 Dec 2007 15:01:51 +0100 make over-sampling work together with sub-sampling pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 09 Dec 2007 15:01:51 +0100] rev 33
make over-sampling work together with sub-sampling
Sun, 09 Dec 2007 13:31:38 +0100 new Raytracer option: oversampling pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 09 Dec 2007 13:31:38 +0100] rev 32
new Raytracer option: oversampling add 9x and 16x oversampling (5x was available through preproc. directive)
Sun, 09 Dec 2007 10:45:26 +0100 refraction pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 09 Dec 2007 10:45:26 +0100] rev 31
refraction updated demo.py and bunny.py to present new feature python binding for material settings
Sat, 08 Dec 2007 16:02:37 +0100 pyrit_verbosity: new variable for controlling amount of output, see common.h pyrit
Radek Brich <radek.brich@devl.cz> [Sat, 08 Dec 2007 16:02:37 +0100] rev 30
pyrit_verbosity: new variable for controlling amount of output, see common.h fix Makefile dependencies for raytracer_module fix bad view in buddha.py caused by last commit
Sat, 08 Dec 2007 14:07:42 +0100 new C++ demo: realtime_bunny pyrit
Radek Brich <radek.brich@devl.cz> [Sat, 08 Dec 2007 14:07:42 +0100] rev 29
new C++ demo: realtime_bunny obj/ply loading functions moved to *reader.py from Python demos
Sat, 08 Dec 2007 12:37:45 +0100 smooth triangles (aka Phong shading) pyrit
Radek Brich <radek.brich@devl.cz> [Sat, 08 Dec 2007 12:37:45 +0100] rev 28
smooth triangles (aka Phong shading) extend Python binding to support vertex normals and smooth triangles make bunny.py and realtime_dragon smooth, and fix other demos for new triangle constructor add Vector::operator/=
Fri, 07 Dec 2007 16:39:42 +0100 ccdemos/image.c: free png info structure pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 07 Dec 2007 16:39:42 +0100] rev 27
ccdemos/image.c: free png info structure
Fri, 07 Dec 2007 14:59:14 +0100 new demo: bunny.py pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 07 Dec 2007 14:59:14 +0100] rev 26
new demo: bunny.py
Fri, 07 Dec 2007 14:56:39 +0100 tuned ray-triangle intersection, now there are three algorithms to choose from: pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 07 Dec 2007 14:56:39 +0100] rev 25
tuned ray-triangle intersection, now there are three algorithms to choose from: Plucker, Barycentric and Barycentric with preprocessing (Wald) methods in Vector and Shape (and derivates) made const
Wed, 05 Dec 2007 18:54:23 +0100 new C++ demo: realtime_dragon.cc pyrit
Radek Brich <radek.brich@devl.cz> [Wed, 05 Dec 2007 18:54:23 +0100] rev 24
new C++ demo: realtime_dragon.cc class Container moved to its own source file (from kdtree.*) new directory for models and Makefile which downloads and prepares them fixed python module path in some forgotten demos ShapeList moved to scene.h
Tue, 04 Dec 2007 08:58:05 +0100 fix a bug in KdNode::subdivide and remove some extra variables pyrit
Radek Brich <radek.brich@devl.cz> [Tue, 04 Dec 2007 08:58:05 +0100] rev 23
fix a bug in KdNode::subdivide and remove some extra variables realtime.cc - use SW surface
Mon, 03 Dec 2007 01:49:23 +0100 new make infrastructure pyrit
Radek Brich <radek.brich@devl.cz> [Mon, 03 Dec 2007 01:49:23 +0100] rev 22
new make infrastructure generalize floats to Floats, allow compiling as both double/float
Fri, 30 Nov 2007 00:44:51 +0100 naive color driven sub-sampling pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 30 Nov 2007 00:44:51 +0100] rev 21
naive color driven sub-sampling slightly optimized KdTree::nearest_intersection fixed bug in Box::intersect fixed stripes on spheres in spheres_ao.py (was caused by AO distance) new KdTree property: max_depth minor changes in realtime.py
Thu, 29 Nov 2007 18:30:16 +0100 new C++ demo: realtime.cc (real-time scene viewer using SDL) pyrit
Radek Brich <radek.brich@devl.cz> [Thu, 29 Nov 2007 18:30:16 +0100] rev 20
new C++ demo: realtime.cc (real-time scene viewer using SDL) Quaternion, Camera::rotate and Camera::move replace all printf's with infomsg wrapper don't allocate memory in Raytracer::render, just blindly write to provided address don't creat Container object in Raytracer, let user do it
Mon, 26 Nov 2007 23:12:40 +0100 added Camera, currently w/o Python binding pyrit
Radek Brich <radek.brich@devl.cz> [Mon, 26 Nov 2007 23:12:40 +0100] rev 19
added Camera, currently w/o Python binding new #define option: OVERSAMPLING fixed all demos to work with new camera (they had inverted z axis)
Mon, 26 Nov 2007 17:31:37 +0100 new demo: dragon.py pyrit
Radek Brich <radek.brich@devl.cz> [Mon, 26 Nov 2007 17:31:37 +0100] rev 18
new demo: dragon.py
Sun, 25 Nov 2007 22:22:40 +0100 fix last leak as reported by valgrind pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 25 Nov 2007 22:22:40 +0100] rev 17
fix last leak as reported by valgrind
Sun, 25 Nov 2007 21:47:10 +0100 add Raytracer::setThreads() pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 25 Nov 2007 21:47:10 +0100] rev 16
add Raytracer::setThreads() resolved all memory leaks during rendering
Sun, 25 Nov 2007 17:58:29 +0100 C++ demos: prepare infrastructure, add spheres_shadow.cc pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 25 Nov 2007 17:58:29 +0100] rev 15
C++ demos: prepare infrastructure, add spheres_shadow.cc rename Ray::a to Ray::o KdNode::shapes changed to pointer and added to union together with *children (to save memory)
Sun, 25 Nov 2007 15:50:01 +0100 replace Plane with axis-aligned Box (because infinite Plane is not usable with kd-tree) pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 25 Nov 2007 15:50:01 +0100] rev 14
replace Plane with axis-aligned Box (because infinite Plane is not usable with kd-tree) fix memory leak in KdTree::nearest_intersection rename BBox::R to BBox::H new file: common.h (Eps and Inf constants)
Sat, 24 Nov 2007 23:55:54 +0100 new python demo: buddha pyrit
Radek Brich <radek.brich@devl.cz> [Sat, 24 Nov 2007 23:55:54 +0100] rev 13
new python demo: buddha
Sat, 24 Nov 2007 21:55:41 +0100 kd-tree: traversal algorithm (KdTree::nearest_intersection) pyrit
Radek Brich <radek.brich@devl.cz> [Sat, 24 Nov 2007 21:55:41 +0100] rev 12
kd-tree: traversal algorithm (KdTree::nearest_intersection)
Fri, 23 Nov 2007 16:14:38 +0100 move nearest_intersection() to Container, add dummy KdTree.load(), plus small fixes pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 23 Nov 2007 16:14:38 +0100] rev 11
move nearest_intersection() to Container, add dummy KdTree.load(), plus small fixes
Fri, 23 Nov 2007 01:24:33 +0100 kd-tree: build algorithm tested and fixed pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 23 Nov 2007 01:24:33 +0100] rev 10
kd-tree: build algorithm tested and fixed exporting kd-tree to wavefront obj file (visualisation!)
Thu, 22 Nov 2007 21:46:09 +0100 kd-tree: build algorithm - completed, untested pyrit
Radek Brich <radek.brich@devl.cz> [Thu, 22 Nov 2007 21:46:09 +0100] rev 9
kd-tree: build algorithm - completed, untested
Thu, 22 Nov 2007 18:10:10 +0100 fixed virtual method get_bbox() for all shapes, default thread num changed to 4 pyrit
Radek Brich <radek.brich@devl.cz> [Thu, 22 Nov 2007 18:10:10 +0100] rev 8
fixed virtual method get_bbox() for all shapes, default thread num changed to 4
Thu, 22 Nov 2007 17:53:34 +0100 kd-tree: build algorithm - searching for all posible splits pyrit
Radek Brich <radek.brich@devl.cz> [Thu, 22 Nov 2007 17:53:34 +0100] rev 7
kd-tree: build algorithm - searching for all posible splits
Sun, 18 Nov 2007 11:20:56 +0100 pthreads and other fixes for Windows pyrit
Radek Brich <radek.brich@devl.cz> [Sun, 18 Nov 2007 11:20:56 +0100] rev 6
pthreads and other fixes for Windows
Sat, 17 Nov 2007 17:47:06 +0100 resolve warnings from current g++ pyrit
Radek Brich <radek.brich@devl.cz> [Sat, 17 Nov 2007 17:47:06 +0100] rev 5
resolve warnings from current g++
Sat, 17 Nov 2007 17:20:36 +0100 multi-threaded rendering via pthreads pyrit
Radek Brich <radek.brich@devl.cz> [Sat, 17 Nov 2007 17:20:36 +0100] rev 4
multi-threaded rendering via pthreads added README
Fri, 16 Nov 2007 10:25:12 +0100 some notes in TODO pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 16 Nov 2007 10:25:12 +0100] rev 3
some notes in TODO
Fri, 09 Nov 2007 10:17:27 +0100 added TODO pyrit
Radek Brich <radek.brich@devl.cz> [Fri, 09 Nov 2007 10:17:27 +0100] rev 2
added TODO
Mon, 29 Oct 2007 15:50:17 +0100 use python-config, strip python version from demos, change [PyRit] to [pyrit] -- should use unix name everywhere pyrit
Radek Brich <radek.brich@devl.cz> [Mon, 29 Oct 2007 15:50:17 +0100] rev 1
use python-config, strip python version from demos, change [PyRit] to [pyrit] -- should use unix name everywhere
Thu, 25 Oct 2007 16:40:22 +0200 initial commit, raytracer source as written year ago and unchanged since 2007-03-25 pyrit
Radek Brich <radek.brich@devl.cz> [Thu, 25 Oct 2007 16:40:22 +0200] rev 0
initial commit, raytracer source as written year ago and unchanged since 2007-03-25
(0) +60 tip