Ejemplo n.º 1
0
        public FbxAnimEvaluator GetAnimationEvaluator()
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxProperty_GetAnimationEvaluator(swigCPtr);
            FbxAnimEvaluator      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxAnimEvaluator(cPtr, false);

            return(ret);
        }
Ejemplo n.º 2
0
        public new static FbxAnimEvaluator Create(FbxManager pManager, string pName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxAnimEvaluator_Create(FbxManager.getCPtr(pManager), pName);
            FbxAnimEvaluator      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxAnimEvaluator(cPtr, false);

            return(ret);
        }
Ejemplo n.º 3
0
        public FbxAnimEvaluator GetAnimationEvaluator()
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxScene_GetAnimationEvaluator(swigCPtr);
            FbxAnimEvaluator      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxAnimEvaluator(cPtr, false);

            return(ret);
        }
Ejemplo n.º 4
0
        public bool BakeLayers(FbxAnimEvaluator pEvaluator, FbxTime pStart, FbxTime pStop, FbxTime pPeriod)
        {
            bool ret = fbx_wrapperPINVOKE.FbxAnimStack_BakeLayers(swigCPtr, FbxAnimEvaluator.getCPtr(pEvaluator), FbxTime.getCPtr(pStart), FbxTime.getCPtr(pStop), FbxTime.getCPtr(pPeriod));

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxAnimEvaluator obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 6
0
 public void SetAnimationEvaluator(FbxAnimEvaluator pEvaluator)
 {
     FbxWrapperNativePINVOKE.FbxScene_SetAnimationEvaluator(swigCPtr, FbxAnimEvaluator.getCPtr(pEvaluator));
 }