Sat, 10 May 2008 14:29:37 +0200 |
Radek Brich |
build script fixes, add ldflags build option
pyrit
|
file |
diff |
annotate
|
Tue, 06 May 2008 09:39:58 +0200 |
Radek Brich |
more build script tuning
pyrit
|
file |
diff |
annotate
|
Mon, 05 May 2008 15:31:14 +0200 |
Radek Brich |
add MSVC compiler support, make it default for Windows
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
|
Sun, 27 Apr 2008 19:56:23 +0200 |
Radek Brich |
BBox - RayPacket intersection
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
|
Thu, 24 Apr 2008 18:12:32 +0200 |
Radek Brich |
vectorize makeRayPacket() using SSE intrinsics
pyrit
|
file |
diff |
annotate
|
Thu, 24 Apr 2008 13:55:11 +0200 |
Radek Brich |
prepare structures for packet tracing
pyrit
|
file |
diff |
annotate
|
Tue, 22 Apr 2008 13:33:12 +0200 |
Radek Brich |
rewrite subsampling from old code to DefaultSampler
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
|
Fri, 11 Apr 2008 12:46:36 +0200 |
Radek Brich |
new option to choose single or double precision floats
pyrit
|
file |
diff |
annotate
|
Sat, 29 Mar 2008 17:54:27 +0100 |
Radek Brich |
fix sphere transmissivity, rename demo.py to spheres_glass.py
pyrit
|
file |
diff |
annotate
|
Sat, 29 Mar 2008 12:09:50 +0100 |
Radek Brich |
fix bugs
pyrit
|
file |
diff |
annotate
|
Sat, 29 Mar 2008 10:56:56 +0100 |
Radek Brich |
more raytrace_worker optimization and cleaning
pyrit
|
file |
diff |
annotate
|
Sat, 29 Mar 2008 02:17:22 +0100 |
Radek Brich |
slighly optimized raytrace_worker
pyrit
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 23:30:04 +0100 |
Radek Brich |
new implementation of sample_queue
pyrit
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 21:47:32 +0100 |
Radek Brich |
remove debug messages - algorithm seems stable, but it's slow
pyrit
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 17:13:21 +0100 |
Radek Brich |
rewritten threads with heavy debug information
pyrit
|
file |
diff |
annotate
|
Fri, 28 Mar 2008 00:53:20 +0100 |
Radek Brich |
workaround for divide by zero bug in octree
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
|
Wed, 26 Mar 2008 00:52:27 +0100 |
Radek Brich |
Doxygen
pyrit
|
file |
diff |
annotate
|
Thu, 03 Jan 2008 18:06:34 +0100 |
Radek Brich |
MIT license for sources
pyrit
|
file |
diff |
annotate
|
Sat, 29 Dec 2007 13:53:33 +0100 |
Radek Brich |
cleaned Texture interface
pyrit
|
file |
diff |
annotate
|
Mon, 17 Dec 2007 22:03:50 +0100 |
Radek Brich |
Makefile: added help and distclean target, plus small fixes
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 15:01:51 +0100 |
Radek Brich |
make over-sampling work together with sub-sampling
pyrit
|
file |
diff |
annotate
|
Sun, 09 Dec 2007 13:31:38 +0100 |
Radek Brich |
new Raytracer option: oversampling
pyrit
|
file |
diff |
annotate
|
Sun, 09 Dec 2007 10:45:26 +0100 |
Radek Brich |
refraction
pyrit
|
file |
diff |
annotate
|
Sat, 08 Dec 2007 16:02:37 +0100 |
Radek Brich |
pyrit_verbosity: new variable for controlling amount of output, see common.h
pyrit
|
file |
diff |
annotate
|
Fri, 07 Dec 2007 14:56:39 +0100 |
Radek Brich |
tuned ray-triangle intersection, now there are three algorithms to choose from:
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 21:47:10 +0100 |
Radek Brich |
add Raytracer::setThreads()
pyrit
|
file |
diff |
annotate
|
Sun, 25 Nov 2007 17:58:29 +0100 |
Radek Brich |
C++ demos: prepare infrastructure, add spheres_shadow.cc
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
|
Sat, 24 Nov 2007 21:55:41 +0100 |
Radek Brich |
kd-tree: traversal algorithm (KdTree::nearest_intersection)
pyrit
|
file |
diff |
annotate
|
Fri, 23 Nov 2007 16:14:38 +0100 |
Radek Brich |
move nearest_intersection() to Container, add dummy KdTree.load(), plus small fixes
pyrit
|
file |
diff |
annotate
|
Fri, 23 Nov 2007 01:24:33 +0100 |
Radek Brich |
kd-tree: build algorithm tested and fixed
pyrit
|
file |
diff |
annotate
|
Thu, 22 Nov 2007 18:10:10 +0100 |
Radek Brich |
fixed virtual method get_bbox() for all shapes, default thread num changed to 4
pyrit
|
file |
diff |
annotate
|
Sun, 18 Nov 2007 11:20:56 +0100 |
Radek Brich |
pthreads and other fixes for Windows
pyrit
|
file |
diff |
annotate
|
Sat, 17 Nov 2007 17:47:06 +0100 |
Radek Brich |
resolve warnings from current g++
pyrit
|
file |
diff |
annotate
|
Sat, 17 Nov 2007 17:20:36 +0100 |
Radek Brich |
multi-threaded rendering via pthreads
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
|