Exemple #1
0
        public aiExportDataBlob ExportToBlob(aiScene pScene, string pFormatId)
        {
            global::System.IntPtr cPtr = assimp_swigPINVOKE.Exporter_ExportToBlob__SWIG_2(swigCPtr, aiScene.getCPtr(pScene), pFormatId);
            aiExportDataBlob      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new aiExportDataBlob(cPtr, false);

            return(ret);
        }
Exemple #2
0
        public aiExportDataBlob GetOrphanedBlob()
        {
            global::System.IntPtr cPtr = assimp_swigPINVOKE.Exporter_GetOrphanedBlob(swigCPtr);
            aiExportDataBlob      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new aiExportDataBlob(cPtr, false);

            return(ret);
        }
Exemple #3
0
        public aiExportDataBlob ExportToBlob(aiScene pScene, string pFormatId, aiPostProcessSteps pPreprocessing)
        {
            global::System.IntPtr cPtr = assimp_swigPINVOKE.Exporter_ExportToBlob__SWIG_1(swigCPtr, aiScene.getCPtr(pScene), pFormatId, (uint)pPreprocessing);
            aiExportDataBlob      ret  = (cPtr == global::System.IntPtr.Zero) ? null : new aiExportDataBlob(cPtr, false);

            return(ret);
        }
Exemple #4
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(aiExportDataBlob obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #5
0
 public static void aiReleaseExportBlob(aiExportDataBlob pData)
 {
     assimp_swigPINVOKE.aiReleaseExportBlob(aiExportDataBlob.getCPtr(pData));
 }