Thread overview
raycasting engine?
Jun 21, 2004
Robert M. Münch
Jun 21, 2004
Stephan Wienczny
Jun 21, 2004
Daniel Horn
June 21, 2004
Hi, did someone already played around to implement a raycasting engine in D?

-- 
Robert M. Münch
Management & IT Freelancer
http://www.robertmuench.de
June 21, 2004
Robert M. Münch wrote:
> Hi, did someone already played around to implement a raycasting engine in  D?
> 
I think there is a project on dsource.org
June 21, 2004
I wrote a very slow ray tracer in D.
I didn't get around to making an acceleration structure (though it's mostly done, I just dudn't have time or motivation when I was working on it)
and it uses BigIntegers and BigRationals to do the computation since I was interested in being very precise
it's at
http://svn.dsource.org/svn/projects/deliria/turing/

I'll post some details later this week on the forum

Stephan Wienczny wrote:
> Robert M. Münch wrote:
> 
>> Hi, did someone already played around to implement a raycasting engine in  D?
>>
> I think there is a project on dsource.org