Advertisement

ray trace tutorial

Started by June 24, 2003 09:48 AM
2 comments, last by variant 21 years, 8 months ago
Anyone know a good ray tracing tutorial? I did a quick google search but didn''t come up with anything great, so I figured someone here has used ray trace rendering with OpenGL. Thanks.
opengl cannot raytrace directly. its normally done in software. and google returns actually quite a lot of good stuff..

"take a look around" - limp bizkit
www.google.com
If that's not the help you're after then you're going to have to explain the problem better than what you have. - joanusdmentia

My Page davepermen.net | My Music on Bandcamp and on Soundcloud

Advertisement
I know OpenGL doesn''t do raytracing. I was looking more for the methodology for ray tracing, and then using OpenGL to do the rendering. I''ll keep looking.
Thanks.


The sites that got me started were PolyGone at http://polygone.flipcode.com/ and Fuzzy Photon at http://fuzzyphoton.tripod.com/.

You can download a raytracer in C++ (for VC++ 6.0) from my site. It''s certainly one of the most rewarding projects I''ve done, raytracing is a great technique and the feeling of knowing that every step of the image generation is yours is wonderful.

Good luck!

As an aside to anyone who recognises me - Yes, I''m back

www.coldcity.com
code, pics, life
[size="2"]www.coldcity.com code, art, life

This topic is closed to new replies.

Advertisement