Load mesh from stream

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
Tempest
Posts: 9
Joined: Fri Jan 11, 2008 11:26 pm

Load mesh from stream

Post by Tempest »

The topic says it all, does Irrlicht provide a way to load a mesh (in this case a .3ds) from a stream instead of from a file?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

I guess you just need to implement an IReadFile for the stream source. Or read until all is there into a large buffer and create a memory read file from it.
Post Reply