2008-04-27 |
Radek Brich |
Sphere, Box - RayPacket intersection
pyrit
|
file |
diff |
annotate
|
2008-04-27 |
Radek Brich |
BBox - RayPacket intersection
pyrit
|
file |
diff |
annotate
|
2008-04-27 |
Radek Brich |
implement triangle packet intersection
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 |
remove forgotten noise.h includes
pyrit
|
file |
diff |
annotate
|
2008-04-23 |
Radek Brich |
move shapes to extra source file
pyrit
|
file |
diff |
annotate
|
2008-04-21 |
Radek Brich |
kd-tree: move recursive build subroutine from KdNode to KdTree
pyrit
|
file |
diff |
annotate
|
2008-04-21 |
Radek Brich |
kd-tree traversal - avoid dynamic memory allocation
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-19 |
Radek Brich |
simplify kd-tree building, it's also much faster now
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-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-08 |
Radek Brich |
pyrit_verbosity: new variable for controlling amount of output, see common.h
pyrit
|
file |
diff |
annotate
|
2007-12-08 |
Radek Brich |
new C++ demo: realtime_bunny
pyrit
|
file |
diff |
annotate
|
2007-12-08 |
Radek Brich |
smooth triangles (aka Phong shading)
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-05 |
Radek Brich |
new C++ demo: realtime_dragon.cc
pyrit
|
file |
diff |
annotate
|
2007-12-04 |
Radek Brich |
fix a bug in KdNode::subdivide and remove some extra variables
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-25 |
Radek Brich |
fix last leak as reported by valgrind
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 |
new python demo: buddha
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 |
kd-tree: build algorithm - completed, untested
pyrit
|
file |
diff |
annotate
|
2007-11-22 |
Radek Brich |
kd-tree: build algorithm - searching for all posible splits
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
|