CSkinnedMesh in pluggable loader

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
jesus.lopez.salvador
Posts: 1
Joined: Mon Mar 02, 2009 4:16 pm

CSkinnedMesh in pluggable loader

Post by jesus.lopez.salvador »

Hi, I'm in the process of writing a Collada loader that creates CSkinnedMeshes in an effort to support skinning. Up to now I'm replacing the original DAE loader in my local Irrlicht source tree, but I would prefer to do so in a new ImeshLoader used calling ISceneManager::addExternalMeshLoader.
But CSkinnedMesh is not exposed outside the irrlicht SDK. Any suggestion? There are SMesh & SSkinMeshBuffer, but not such a thing like "SSkinnedMesh". or finalize() outside irrlicht. Any Ideas?
Luke
Admin
Posts: 449
Joined: Fri Jul 14, 2006 7:55 am
Location: Australia
Contact:

Post by Luke »

have a look at ISkinnedMesh
[url=irc://irc.freenode.net/irrlicht]irrlicht irc[/url] - corrodinggames.com
Post Reply