Changed default values for density estimator in flam3-render.
This commit is contained in:
parent
3f6a9d7d69
commit
f87b9b3b8e
@ -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;
|
||||
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user