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
|
file |
diff |
annotate
|
2008-05-19 |
Radek Brich |
add sections about demos to README
pyrit
|
file |
diff |
annotate
|
2008-05-15 |
Radek Brich |
added bench.py demo which prints tree build and render times
pyrit
|
file |
diff |
annotate
|
2008-05-14 |
Radek Brich |
added Python binding for material.h classes
pyrit
|
file |
diff |
annotate
|
2008-05-06 |
Radek Brich |
more build script tuning
pyrit
|
file |
diff |
annotate
|
2008-05-02 |
Radek Brich |
packetize Phong shader
pyrit
|
file |
diff |
annotate
|
2008-04-29 |
Radek Brich |
rename Python module from 'raytracer' to 'pyrit'
pyrit
|
file |
diff |
annotate
|
2008-04-29 |
Radek Brich |
use SSE for float to char image buffer conversion
pyrit
|
file |
diff |
annotate
|
2008-04-27 |
Radek Brich |
prepare kd-tree traversal for packet tracing (4 rays at once)
pyrit
|
file |
diff |
annotate
|
2008-04-23 |
Radek Brich |
move shapes to extra source file
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-14 |
Radek Brich |
move "smooth" attribute from Triangle to Material
pyrit
|
file |
diff |
annotate
|
2008-04-07 |
Radek Brich |
moving to SCons build system
pyrit
|
file |
diff |
annotate
|
2008-04-04 |
Radek Brich |
add color support to lwo reader
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-01-03 |
Radek Brich |
MIT license for sources
pyrit
|
file |
diff |
annotate
|
2007-12-12 |
Radek Brich |
new virtual Shape::intersect_bbox
pyrit
|
file |
diff |
annotate
|
2007-12-12 |
Radek Brich |
new space partitioning structure: octree
pyrit
|
file |
diff |
annotate
|
2007-12-09 |
Radek Brich |
quaternion moved to extra header file
pyrit
|
file |
diff |
annotate
|
2007-12-09 |
Radek Brich |
refraction
pyrit
|
file |
diff |
annotate
|
2007-12-08 |
Radek Brich |
smooth triangles (aka Phong shading)
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 |
replace Plane with axis-aligned Box (because infinite Plane is not usable with kd-tree)
pyrit
|
file |
diff |
annotate
|
2007-10-29 |
Radek Brich |
use python-config, strip python version from demos, change [PyRit] to [pyrit] -- should use unix name everywhere
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
|