public bool AddPose(FbxPose pPose) { bool ret = NativeMethods.FbxScene_AddPose(swigCPtr, FbxPose.getCPtr(pPose)); if (NativeMethods.SWIGPendingException.Pending) { throw NativeMethods.SWIGPendingException.Retrieve(); } return(ret); }
public bool ComputeSkinDeformation(FbxVector4 pVertexArray, FbxTime pTime, FbxAMatrix pGX, FbxPose pPose) { bool ret = fbx_wrapperPINVOKE.FbxDeformationsEvaluator_ComputeSkinDeformation__SWIG_0(swigCPtr, FbxVector4.getCPtr(pVertexArray), FbxTime.getCPtr(pTime), FbxAMatrix.getCPtr(pGX), FbxPose.getCPtr(pPose)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool AddPose(FbxPose pPose) { bool ret = FbxWrapperNativePINVOKE.FbxScene_AddPose(swigCPtr, FbxPose.getCPtr(pPose)); return(ret); }
public bool RemovePose(FbxPose pPose) { bool ret = FbxWrapperNativePINVOKE.FbxScene_RemovePose__SWIG_0(swigCPtr, FbxPose.getCPtr(pPose)); return(ret); }
public bool AddPose(FbxPose pPose) { bool ret = fbx_wrapperPINVOKE.FbxScene_AddPose(swigCPtr, FbxPose.getCPtr(pPose)); return(ret); }