mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-18 18:23:06 +00:00
Check if shaped gen is flat
This commit is contained in:
parent
0da229e8f4
commit
e8e7e3144f
@ -64,4 +64,8 @@ public class IrisShapedGeneratorStyle {
|
|||||||
public IrisShapedGeneratorStyle(NoiseStyle style) {
|
public IrisShapedGeneratorStyle(NoiseStyle style) {
|
||||||
this.generator = new IrisGeneratorStyle(style);
|
this.generator = new IrisGeneratorStyle(style);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isFlat() {
|
||||||
|
return min == max || getGenerator().isFlat();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user