update defaults

This commit is contained in:
TÁNCZOS Vilmos Zsombor 2025-06-01 00:36:11 +02:00
parent 540713daae
commit 955c47f620

View file

@ -36,11 +36,11 @@ impl Default for MandelbulbSettings {
Self {
power: 8.,
iterations: 256,
max_distance: 100.,
max_distance: 2.,
max_steps: 128,
ray_epsilon: 0.001,
normal_epsilon: 0.001,
scale: 0.7,
scale: 0.9,
}
}
}