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

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
umen
Posts: 54
Joined: Fri Aug 08, 2008 11:10 am

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

Post 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 ?
yaten
Posts: 41
Joined: Tue Nov 16, 2010 4:57 pm
Location: /home/yaten on a server somewhere East of Asia
Contact:

Post 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 ^_^
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post 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.
Luben
Posts: 568
Joined: Sun Oct 09, 2005 10:12 am
Location: #irrlicht @freenode

Post 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
Post Reply