示例#1
0
文件: Assimp.cs 项目: clarte53/armine
            /// <summary>
            /// Clean the content of the structure fields to get ready for next export.
            /// </summary>
            public void Clean()
            {
                scene = null;

                meshes.Clear();

                progress.Clean();
            }
示例#2
0
            /// <summary>
            /// Clean the content of the structure fields to get ready for next import.
            /// </summary>
            public void Clean()
            {
                filename = null;
                path     = null;

                scene = null;

                id = 0;

                progress.Clean();
            }