Open Flight scene graph

Discuss about anything related to the Irrlicht Engine, or read announcements about any significant features or usage changes.
Post Reply
WhytWulf

Open Flight scene graph

Post by WhytWulf »

I just stumbled across Irrlicht, while looking for prototyping engines..

My question is how tricky would it be for Irrlicht engine to support/load the open Flight scene format (www.multigen.com).
I know it is a long shot, but it would allow for some pretty big enviroments with all the funky flags that openflight builds into its model database..
niko
Site Admin
Posts: 1759
Joined: Fri Aug 22, 2003 4:44 am
Location: Vienna, Austria
Contact:

Post by niko »

I think it would not be a big problem to add this functionality, the engine is quite extensible. You simply will have to implement your own Mesh Loader for this. And if the culling algorithms already in the engine won't fit your needs, just add your own scene node to do this. There is also a tutorial about this on the website.
Post Reply