Skeleton/Joints WIP

This commit is contained in:
antc13
2015-12-14 12:59:54 +01:00
parent a22d086e60
commit 60b3ce89b2
7 changed files with 53 additions and 1 deletions
@@ -0,0 +1,11 @@
#include "Skeleton.h"
//std::vector<SkeletonNode>* Skeleton::DoIt()
//{
// MItDependencyNodes jointIt(MFn::kJoint);
//
// for (; !jointIt.isDone(); jointIt.next())
// {
// //MFnDependencyNode
// }
//}