Sun, 31 May 2009 16:53:05 +0200 |
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
|
file |
diff |
annotate
|
Mon, 19 May 2008 22:59:04 +0200 |
Radek Brich |
add sections about demos to README
pyrit
|
file |
diff |
annotate
|
Thu, 15 May 2008 19:15:57 +0200 |
Radek Brich |
added bench.py demo which prints tree build and render times
pyrit
|
file |
diff |
annotate
|
Thu, 15 May 2008 00:07:25 +0200 |
Radek Brich |
added Python binding for material.h classes
pyrit
|
file |
diff |
annotate
|
Tue, 06 May 2008 09:39:58 +0200 |
Radek Brich |
more build script tuning
pyrit
|
file |
diff |
annotate
|
Fri, 02 May 2008 13:27:47 +0200 |
Radek Brich |
packetize Phong shader
pyrit
|
file |
diff |
annotate
|
Tue, 29 Apr 2008 23:31:08 +0200 |
Radek Brich |
rename Python module from 'raytracer' to 'pyrit'
pyrit
|
file |
diff |
annotate
|
Tue, 29 Apr 2008 13:56:29 +0200 |
Radek Brich |
use SSE for float to char image buffer conversion
pyrit
|
file |
diff |
annotate
|
Sun, 27 Apr 2008 09:44:49 +0200 |
Radek Brich |
prepare kd-tree traversal for packet tracing (4 rays at once)
pyrit
|
file |
diff |
annotate
|
Wed, 23 Apr 2008 10:38:33 +0200 |
Radek Brich |
move shapes to extra source file
pyrit
|
file |
diff |
annotate
|
Mon, 21 Apr 2008 09:05:09 +0200 |
Radek Brich |
unify capitalization of method names in C++ and Python
pyrit
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 14 Apr 2008 12:51:50 +0200 |
Radek Brich |
move "smooth" attribute from Triangle to Material
pyrit
|
file |
diff |
annotate
|
Tue, 08 Apr 2008 01:05:12 +0200 |
Radek Brich |
moving to SCons build system
pyrit
|
file |
diff |
annotate
|
Fri, 04 Apr 2008 13:54:47 +0200 |
Radek Brich |
add color support to lwo reader
pyrit
|
file |
diff |
annotate
|
Wed, 26 Mar 2008 17:03:38 +0100 |
Radek Brich |
begin moving subsampling and oversampling to Sampler
pyrit
|
file |
diff |
annotate
|
Wed, 26 Mar 2008 14:29:21 +0100 |
Radek Brich |
move Sampler classes to sampler.cc
pyrit
|
file |
diff |
annotate
|
Thu, 03 Jan 2008 18:06:34 +0100 |
Radek Brich |
MIT license for sources
pyrit
|
file |
diff |
annotate
|
Thu, 13 Dec 2007 00:08:11 +0100 |
Radek Brich |
new virtual Shape::intersect_bbox
pyrit
|
file |
diff |
annotate
|
Wed, 12 Dec 2007 19:59:19 +0100 |
Radek Brich |
new space partitioning structure: octree
pyrit
|
file |
diff |
annotate
|
Sun, 09 Dec 2007 23:10:58 +0100 |
Radek Brich |
quaternion moved to extra header file
pyrit
|
file |
diff |
annotate
|
Sun, 09 Dec 2007 10:45:26 +0100 |
Radek Brich |
refraction
pyrit
|
file |
diff |
annotate
|
Sat, 08 Dec 2007 12:37:45 +0100 |
Radek Brich |
smooth triangles (aka Phong shading)
pyrit
|
file |
diff |
annotate
|
Mon, 03 Dec 2007 01:49:23 +0100 |
Radek Brich |
new make infrastructure
pyrit
|
file |
diff |
annotate
|
Fri, 30 Nov 2007 00:44:51 +0100 |
Radek Brich |
naive color driven sub-sampling
pyrit
|
file |
diff |
annotate
|
Thu, 29 Nov 2007 18:30:16 +0100 |
Radek Brich |
new C++ demo: realtime.cc (real-time scene viewer using SDL)
pyrit
|
file |
diff |
annotate
|
Mon, 26 Nov 2007 23:12:40 +0100 |
Radek Brich |
added Camera, currently w/o Python binding
pyrit
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Mon, 29 Oct 2007 15:50:17 +0100 |
Radek Brich |
use python-config, strip python version from demos, change [PyRit] to [pyrit] -- should use unix name everywhere
pyrit
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|