Example #1
0
 /// <summary>
 /// Vuelve la configuracion de render y otras cosas a la configuracion inicial
 /// </summary>
 internal void resetDefaultConfig()
 {
     mainForm.resetMenuOptions();
     this.axisLines.Enable         = true;
     this.fpsCamera.Enable         = false;
     this.rotCamera.Enable         = true;
     this.currentCamera            = this.rotCamera;
     this.thirdPersonCamera.Enable = false;
     this.fpsCounterEnable         = true;
     tgcD3dDevice.setDefaultValues();
     this.mp3Player.closeFile();
     this.fog.resetValues();
     customRenderEnabled = false;
 }