mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2026-06-17 22:32:04 +00:00
Check if shaped gen is flat
This commit is contained in:
@@ -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();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user