Skip to content

Morpheme Runtime Rig

Pavle edited this page Oct 13, 2022 · 1 revision
namespace MR
{
	class Rig
	{
	public:
		NMP::Quat m_blendFrameOrientation;
		NMP::Hierarchy* m_hierarchy;
		unsigned int m_trajectoryBoneIndex;
		unsigned int m_characterRootBoneIndex;
		NMP::StringTable* m_boneNameMap;
		NMP::Quat* m_boneQuat;
		NMP::Vector3* m_bonePos;
		unsigned int m_spuMemoryRequirements;
		unsigned int* m_aGlobalIDToRigID;
		unsigned int m_nGlobalIDToRigIDCount;
	};
}

Clone this wiki locally