Added tuning of AutoMag

ver1_5_1
Fridger Schrempp 2002-09-22 14:51:35 +00:00
parent 046f6e2077
commit 5b030588ec
1 changed files with 2 additions and 2 deletions

View File

@ -32,8 +32,7 @@ class Renderer
void setFieldOfView(float);
void setRenderMode(int);
void autoMag(float faintestMagNight, float& faintestMag,
float& saturationMag);
void autoMag(float& faintestMag);
void render(const Observer&,
const Universe&,
float faintestVisible,
@ -280,6 +279,7 @@ class Renderer
int windowWidth;
int windowHeight;
float fov;
float corrFac;
float pixelSize;
TextureFont* font;