Ejemplo n.º 1
0
        //Does all the necessary cleanup work after we import
        private void CleanupImport()
        {
            ReleaseConfigs();

            //Noticed that sometimes Assimp doesn't call Close() callbacks always, so ensure we clean up those up here
            if (UsingCustomIOSystem)
            {
                m_ioSystem.CloseAllFiles();
            }
        }