[solved]Feature request: Expose IMeshLoader.

You discovered a bug in the engine, and you are sure that it is not a problem of your code? Just post it in here. Please read the bug posting guidelines first.
Post Reply
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

[solved]Feature request: Expose IMeshLoader.

Post by MasterGod »

How about exposing the IMeshLoader interface?

I'm suggesting it because few months ago I wanted to draw a mesh which I've converted into a binary string in a header and to do that vitek has suggested me to expose the IMeshLoader interface. I did it and it worked just fine and I thought to myself, why not exposing it as the standard behavior for Irrlicht?

P.S
Here's the thread vitek suggested me this solution: http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=26081
And the a suggested API for it: http://irrlicht.sourceforge.net/phpBB2/ ... hp?t=26112
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Post by hybrid »

Because we already solved it differently: Create a memory read file and getMesh from the IReadFile pointer :idea:
MasterGod
Posts: 2061
Joined: Fri May 25, 2007 8:06 pm
Location: Israel
Contact:

Post by MasterGod »

Cool, I've probably missed it back then.
I'll try it, thanks.
Image
Dev State: Abandoned (For now..)
Requirements Analysis Doc: ~87%
UML: ~0.5%
Post Reply