mirror of
https://github.com/VolmitSoftware/Iris.git
synced 2025-07-19 18:55:18 +00:00
Drop engine stream types
This commit is contained in:
parent
46591968c0
commit
d9e7dc158d
@ -44,12 +44,6 @@ public enum IrisEngineStreamType {
|
|||||||
@Desc("Represents the overlay noise generators summed (dimension setting)")
|
@Desc("Represents the overlay noise generators summed (dimension setting)")
|
||||||
OVERLAY_NOISE((f) -> f.getComplex().getOverlayStream()),
|
OVERLAY_NOISE((f) -> f.getComplex().getOverlayStream()),
|
||||||
|
|
||||||
@Desc("Represents the overlay noise generators summed (dimension setting)")
|
|
||||||
HEIGHT_NO_FEATURES((f) -> f.getComplex().getHeightStreamNoFeatures()),
|
|
||||||
|
|
||||||
@Desc("Represents the object chance clip. If a noise feature alters the object chance in this area this number will drop below 1. (100%)")
|
|
||||||
OBJECT_CHANCE_CLIP((f) -> f.getComplex().getObjectChanceStream()),
|
|
||||||
|
|
||||||
@Desc("Represents the noise style of regions")
|
@Desc("Represents the noise style of regions")
|
||||||
REGION_STYLE((f) -> f.getComplex().getRegionStyleStream()),
|
REGION_STYLE((f) -> f.getComplex().getRegionStyleStream()),
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user