IRT 2006 paper list back
(L) [2006/08/09] [fpsunflower] [IRT 2006 paper list] Wayback!The program is now available. Let the PDF hunt begin!
[LINK http://www.sci.utah.edu/RT06/organization.html]
(L) [2006/08/09] [Ho Ho] [IRT 2006 paper list] Wayback!I found something slightly interesting:
[LINK http://graphics.cs.uni-sb.de/~slusallek/Presentations/ANS06.pdf]
Hardware for Ray Tracing
It is a presentation with only minimal text, couple of tables and lots of images.
Most interesting part:
(L) [2006/08/09] [Phantom] [IRT 2006 paper list] Wayback!That would spoil the fun completely... At least until these things are decently programmable like the GPU's.
_________________
--------------------------------------------------------------
Whatever
(L) [2006/08/09] [toxie] [IRT 2006 paper list] Wayback!They forgot one thing:
All the memory transfer rates consider PRIMARY rays only. So they have enourmous cache hit rates.
So if you think of secondary rays.. ..
_________________
what do you expect to do if you don't know what to do when you've got nothing to do?
(L) [2006/08/10] [River] [IRT 2006 paper list] Wayback!Nothing on BIH?
(L) [2006/08/10] [toxie] [IRT 2006 paper list] Wayback!The paper deadline for this conference was about 1 week after all the BIH/BkD/H-tree stuff was published.
_________________
what do you expect to do if you don't know what to do when you've got nothing to do?
(L) [2006/08/10] [toxie] [IRT 2006 paper list] Wayback!oh and btw: The intersection-algorithm mentioned in [LINK http://ompf.org/forum/viewtopic.php?t=165] is being published
as the "Improving Ray Tracing Precision by World Space Intersection Computation"-paper there.
_________________
what do you expect to do if you don't know what to do when you've got nothing to do?
(L) [2006/08/11] [toxie] [IRT 2006 paper list] Wayback!Theoretically it's no problem. But i don't know what's Alexander Keller plan (when/how he wants to release it).
_________________
what do you expect to do if you don't know what to do when you've got nothing to do?
(L) [2006/08/18] [fpsunflower] [IRT 2006 paper list] Wayback![LINK http://www-csl.csres.utexas.edu/users/billmark/papers/rt06-fast-kd/]
just in time for the weekend [SMILEY Smile]
(L) [2006/08/19] [tbp] [IRT 2006 paper list] Wayback!Disclaimer: i've just read the blurb.
For sure i can't match such timings for 180k triangles.
So it's really not just good for lazy builds and ~ matches BIH (build time wise)?
Queued [SMILEY Smile]
_________________
May you live in interesting times.
[LINK https://gna.org/projects/radius/ radius] | [LINK http://ompf.org/ ompf] | [LINK http://ompf.org/wiki/ WompfKi]
(L) [2006/09/07] [fpsunflower] [IRT 2006 paper list] Wayback!Another paper, this one with a new ray/tri test they've optimzed using genetic searching:
[LINK http://www.cs.utah.edu/~aek/publications/triangle.pdf]
(L) [2006/09/07] [tbp] [IRT 2006 paper list] Wayback!Who's using a Moller-Trumbore nowadays?
Then i don't get the point of shuffling sequence points around and feed the result to a compiler that will re-schedule everything.
They could have thrown ACOVEA in, for further buzzword compliance [SMILEY Wink]
[LINK http://www.coyotegulch.com/products/acovea/]
_________________
May you live in interesting times.
[LINK https://gna.org/projects/radius/ radius] | [LINK http://ompf.org/ ompf] | [LINK http://ompf.org/wiki/ WompfKi]
(L) [2006/09/20] [andy] [IRT 2006 paper list] Wayback!anyone know where you can get hold of this paper?
Omnidirectional Ray Tracing Traversal Algorithm for kd-trees - Alexander Reshetov
that sounds pretty interesting.
(L) [2006/09/23] [fpsunflower] [IRT 2006 paper list] Wayback![LINK http://www.sci.utah.edu/RT06/full_compendium.pdf]
One page versions of all the posters from the conference.
(L) [2006/09/27] [toxie] [IRT 2006 paper list] Wayback!As for the optimized triangle-paper: I gave it a try today and i can't confirm that this is the fastest (when used in a "real" context = in a kD/BVH/BIH/whatever).
Even after optimizing the code provided in the paper (it's not the baddest code, but there is plenty of room for improvements).
_________________
what do you expect to do if you don't know what to do when you've got nothing to do?
(L) [2006/09/28] [fpsunflower] [IRT 2006 paper list] Wayback![LINK http://www.sci.utah.edu/~wald/RT06/papers/papers_presentations.html]
A few of the presentations from the conference. Hopefully more authors will contribute theirs eventually.
(L) [2006/09/28] [toxie] [IRT 2006 paper list] Wayback!about the tri-test again: the more i optimize the SSE-code, the more it becomes the "standard" badouel-test i'm already using, except that it doesn't do the 2D-projection and scaling of one normal-component to 1.
-> this paper feels more and more like being really ridiculous.
_________________
what do you expect to do if you don't know what to do when you've got nothing to do?
(L) [2006/09/29] [Shadow007] [IRT 2006 paper list] Wayback!I located the Plant one ...
Terrain Guided Multi-Level Instancing of Highly Complex Plant Populations
[LINK http://graphics.cs.uni-sb.de/Publications/2006/MLI_RT2006.pdf]
There are a few others @ [LINK http://graphics.cs.uni-sb.de/Publications/index.html]
back