Irrlicht.Net is no longer developed or supported, Irrlicht.Net Cross Platform is a much more complete wrapper. Please ask your C# related questions on their forums first.
I have a simple 3d model (box), and I need to write a numbers on it
(they will change frequently).
As I understand I have to create a ITexture with that text and apply on
the node. But the only way of creating a ITexture is via
IVideoDriver.GetTexture(string filename). That is I have to create
physical files and cannot create all in memory.
Does anyone know a better way of doing it in current .NET realisation?