Page 1 of 1

What possibilities do I have if I like to reytrace 3d scene

Posted: Tue Jan 04, 2011 9:51 am
by umen
Hi all
Im
Total beginner with the Irrlichet engine , but not in programming ..
Say if I have 3d scene and I like to ray trace it to high quality image or movie , what possibility do I have ?

Posted: Tue Jan 04, 2011 6:53 pm
by yaten
hi, sir blindside's xeffect have ray tracing sample, kindly refer to his project at
http://irrlicht.sourceforge.net/phpBB2/ ... t=xeffects

i hope that helps ^_^

Posted: Tue Jan 04, 2011 7:13 pm
by hybrid
If you really want to raytrace a scene, you should probably not use a real-time engine, but a raytracer. If you just want to get a huge image (larger than screen) you can use a render-target texture to render the scene into.

Posted: Wed Jan 05, 2011 3:46 pm
by Luben
I wasn't around at time, but i've learnt that blindside wrote a raytracer for irrlicht(Not the same as xeffects if i'm not mistaken x] ). See [1] and bug him about it ;]

[1] http://irrlicht.sourceforge.net/phpBB2/ ... +raytracer