Changed default values for density estimator in flam3-render.

This commit is contained in:
utak3r 2007-07-12 22:11:17 +00:00
parent 3f6a9d7d69
commit f87b9b3b8e
2 changed files with 4 additions and 4 deletions

View File

@ -260,9 +260,9 @@ begin
white_level := 200;
estimator := 5.0;
estimator := 9.0;
estimator_min := 0.0;
estimator_curve := 0.6;
estimator_curve := 0.4;
jitters := 1;
gamma_treshold := 0.01;

View File

@ -142,9 +142,9 @@ begin
udOversample.Position := Oversample;
Ratio := ImageWidth / ImageHeight;
Batches := 1;
Estimator := 5.0;
Estimator := 9.0;
EstimatorMin := 0.0;
EstimatorCurve := 0.6;
EstimatorCurve := 0.4;
Jitters := 1;
GammaTreshold := 0.01;
GetLocaleFormatSettings(LOCALE_SYSTEM_DEFAULT, FloatFormatSettings);