Ejemplo n.º 1
0
        /// <summary>
        /// Deja de ejecutar el ejemplo actual
        /// </summary>
        internal void stopCurrentExample()
        {
            if (currentExample != null)
            {
                currentExample.close();
                tgcD3dDevice.resetWorldTransofrm();
                Logger.log("Ejemplo " + currentExample.getName() + " terminado");
                currentExample = null;
                elapsedTime    = -1;

                if (FullScreenEnable && fullScreenPanel.Visible)
                {
                    closeFullScreenPanel();
                }
            }
        }