void SetSave() { GraphicsCore.SetSave( Settings.SaveModelResolution.Width, Settings.SaveModelResolution.Height, Settings.SaveTextureResolution.Width, Settings.SaveTextureResolution.Height, (float)Math.Pow(10d, Settings.SaveScalingPower.Value)); }