2008-04-24 |
Radek Brich |
prepare structures for packet tracing
pyrit
|
file |
diff |
annotate
|
2008-04-22 |
Radek Brich |
rewrite subsampling from old code to DefaultSampler
pyrit
|
file |
diff |
annotate
|
2008-04-21 |
Radek Brich |
unify capitalization of method names in C++ and Python
pyrit
|
file |
diff |
annotate
|
2008-04-20 |
Radek Brich |
kd-tree building - check all axes for best split, add additional shape-bbox check
pyrit
|
file |
diff |
annotate
|
2008-04-11 |
Radek Brich |
new option to choose single or double precision floats
pyrit
|
file |
diff |
annotate
|
2008-03-29 |
Radek Brich |
fix sphere transmissivity, rename demo.py to spheres_glass.py
pyrit
|
file |
diff |
annotate
|
2008-03-29 |
Radek Brich |
fix bugs
pyrit
|
file |
diff |
annotate
|
2008-03-29 |
Radek Brich |
more raytrace_worker optimization and cleaning
pyrit
|
file |
diff |
annotate
|
2008-03-29 |
Radek Brich |
slighly optimized raytrace_worker
pyrit
|
file |
diff |
annotate
|
2008-03-28 |
Radek Brich |
new implementation of sample_queue
pyrit
|
file |
diff |
annotate
|
2008-03-28 |
Radek Brich |
remove debug messages - algorithm seems stable, but it's slow
pyrit
|
file |
diff |
annotate
|
2008-03-28 |
Radek Brich |
rewritten threads with heavy debug information
pyrit
|
file |
diff |
annotate
|
2008-03-27 |
Radek Brich |
workaround for divide by zero bug in octree
pyrit
|
file |
diff |
annotate
|
2008-03-26 |
Radek Brich |
begin moving subsampling and oversampling to Sampler
pyrit
|
file |
diff |
annotate
|
2008-03-26 |
Radek Brich |
move Sampler classes to sampler.cc
pyrit
|
file |
diff |
annotate
|
2008-03-25 |
Radek Brich |
Doxygen
pyrit
|
file |
diff |
annotate
|
2008-01-03 |
Radek Brich |
MIT license for sources
pyrit
|
file |
diff |
annotate
|
2007-12-29 |
Radek Brich |
cleaned Texture interface
pyrit
|
file |
diff |
annotate
|
2007-12-17 |
Radek Brich |
Makefile: added help and distclean target, plus small fixes
pyrit
|
file |
diff |
annotate
|
2007-12-09 |
Radek Brich |
quaternion moved to extra header file
pyrit
|
file |
diff |
annotate
|
2007-12-09 |
Radek Brich |
make over-sampling work together with sub-sampling
pyrit
|
file |
diff |
annotate
|
2007-12-09 |
Radek Brich |
new Raytracer option: oversampling
pyrit
|
file |
diff |
annotate
|
2007-12-09 |
Radek Brich |
refraction
pyrit
|
file |
diff |
annotate
|
2007-12-08 |
Radek Brich |
pyrit_verbosity: new variable for controlling amount of output, see common.h
pyrit
|
file |
diff |
annotate
|
2007-12-07 |
Radek Brich |
tuned ray-triangle intersection, now there are three algorithms to choose from:
pyrit
|
file |
diff |
annotate
|
2007-12-03 |
Radek Brich |
new make infrastructure
pyrit
|
file |
diff |
annotate
|
2007-11-29 |
Radek Brich |
naive color driven sub-sampling
pyrit
|
file |
diff |
annotate
|
2007-11-29 |
Radek Brich |
new C++ demo: realtime.cc (real-time scene viewer using SDL)
pyrit
|
file |
diff |
annotate
|
2007-11-26 |
Radek Brich |
added Camera, currently w/o Python binding
pyrit
|
file |
diff |
annotate
|
2007-11-25 |
Radek Brich |
add Raytracer::setThreads()
pyrit
|
file |
diff |
annotate
|
2007-11-25 |
Radek Brich |
C++ demos: prepare infrastructure, add spheres_shadow.cc
pyrit
|
file |
diff |
annotate
|
2007-11-25 |
Radek Brich |
replace Plane with axis-aligned Box (because infinite Plane is not usable with kd-tree)
pyrit
|
file |
diff |
annotate
|
2007-11-24 |
Radek Brich |
kd-tree: traversal algorithm (KdTree::nearest_intersection)
pyrit
|
file |
diff |
annotate
|
2007-11-23 |
Radek Brich |
move nearest_intersection() to Container, add dummy KdTree.load(), plus small fixes
pyrit
|
file |
diff |
annotate
|
2007-11-23 |
Radek Brich |
kd-tree: build algorithm tested and fixed
pyrit
|
file |
diff |
annotate
|
2007-11-22 |
Radek Brich |
fixed virtual method get_bbox() for all shapes, default thread num changed to 4
pyrit
|
file |
diff |
annotate
|
2007-11-18 |
Radek Brich |
pthreads and other fixes for Windows
pyrit
|
file |
diff |
annotate
|
2007-11-17 |
Radek Brich |
resolve warnings from current g++
pyrit
|
file |
diff |
annotate
|
2007-11-17 |
Radek Brich |
multi-threaded rendering via pthreads
pyrit
|
file |
diff |
annotate
|
2007-10-25 |
Radek Brich |
initial commit, raytracer source as written year ago and unchanged since 2007-03-25
pyrit
|
file |
diff |
annotate
|