Page 1 of 1

Heightmap Raytracer

Posted: 08 Oct 2009, 23:12
by Evil4Zerggin
Inspired partly by some LoS performance discussion here, I decided to make a specialized heightmap raytracer for a computer science course:

http://code.google.com/p/cs294-13-heightmap-rt/

It's got a good deal of flaws (artifacts, only single-threaded CPU-based rendering), but it can render good-sized heightmaps with ray-traced shadows at realtime rates. I don't know if it's practically useful, but since some of the inspiration came from here, I thought I might as well post.

Re: Heightmap Raytracer

Posted: 08 Oct 2009, 23:27
by CarRepairer
Realtime raytracer = pro. Well done.

Re: Heightmap Raytracer

Posted: 09 Oct 2009, 01:08
by BaNa
does the mit license mean you actually attend?

Re: Heightmap Raytracer

Posted: 09 Oct 2009, 01:11
by Argh
Nice!

Re: Heightmap Raytracer

Posted: 09 Oct 2009, 05:27
by Evil4Zerggin
BaNa wrote:does the mit license mean you actually attend?
No, it's just where the license originated.