Scene Descrption Language?

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
Atom
Posts: 1
Joined: Sun Feb 14, 2016 1:50 am

Scene Descrption Language?

Post by Atom »

HI All,

Does Irrlicht have a scene description language like Lux, Yafaray or other open source render engines?

I am looking to write an ascii exporter to use Irrlicht to render 3D scenes from Houdini.

Does Irrlicht work that way?

Thanks
mongoose7
Posts: 1227
Joined: Wed Apr 06, 2011 12:13 pm

Re: Scene Descrption Language?

Post by mongoose7 »

Nope. Irrlicht is a realtime renderer. Yafaray, for example, is ray-tracer. To explain the difference, when you open Blender, what you see is real-time rendering. If you run Yafaray (I guess), you get an image that can take seconds or longer to complete. But realtime rendering must complete in a fraction of a second.
CuteAlien
Admin
Posts: 9734
Joined: Mon Mar 06, 2006 2:25 pm
Location: Tübingen, Germany
Contact:

Re: Scene Descrption Language?

Post by CuteAlien »

Your best chance in many cases is to use Collada which is mostly supported by Irrlicht.
Irrlicht has an .irr format, but it's not really documented.
IRC: #irrlicht on irc.libera.chat
Code snippet repository: https://github.com/mzeilfelder/irr-playground-micha
Free racer made with Irrlicht: http://www.irrgheist.com/hcraftsource.htm
Post Reply