コード例 #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();
            }