Page 1 of 1

CSkinnedMesh in pluggable loader

Posted: Wed Jul 08, 2009 8:08 am
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?

Posted: Wed Jul 08, 2009 10:09 am
by Luke
have a look at ISkinnedMesh