Hi. I'm planning to start developing an application using Irrlicht. I have found all needed features for first stage of my project in Irrlicht, but I know that later I will need things that are now unavailable. So I want to ask you, Niko that you plan to add following features in next releases:
1. Collisions with moving nodes, so the player may be affected by lifts and other movable items in scene.
2. Internal mesh or scene format.
3. SceneNodeAnimator allowing moving objects trough many (not only two) points.
Point 1. and 3. is planned, but I don't think to create an internal scene file format soon, because in most cases, you need to save game specific data too.