One question for Niko and for all: why not to have ONE file format for all (meshes,animated meshes,scenes,etc.) called *.irr with content like this:
Code: Select all
<irrlicht version="1.0">
<scene::ISceneManager>
<irr::scene::ICameraSceneNodeFPS materialtexture="texture.bmp" materialflag="video::EMF_LIGHTING"/>
<irr::scene::IAnimatedMeshSceneNode file="quake2model.md2">
<!--HERE YOU CAN USE CDATA-->
</irr::scene::IAnimatedMeshSceneNode>
</scene::ISceneManager>
</irrlicht>
What do you think?