Default spark concentration to 20%
This commit is contained in:
parent
25342698c4
commit
8f50376797
@ -36,7 +36,7 @@ public class PhotoSettings extends AbstractChangeSource implements FlameSettings
|
|||||||
private double exhaustScale = 1.0;
|
private double exhaustScale = 1.0;
|
||||||
private double flameAspectRatio = 1.0;
|
private double flameAspectRatio = 1.0;
|
||||||
|
|
||||||
private double sparkConcentration = 0;
|
private double sparkConcentration = 0.2;
|
||||||
private double sparkWeight = 0;
|
private double sparkWeight = 0;
|
||||||
|
|
||||||
private Sky sky = Mountains.instance;
|
private Sky sky = Mountains.instance;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user