예제 #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();
            }