Esempio n. 1
0
            /// <summary>
            /// Clean the content of the structure fields to get ready for next export.
            /// </summary>
            public void Clean()
            {
                scene = null;

                meshes.Clear();

                progress.Clean();
            }
Esempio n. 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();
            }