Fractal samplers incorrectly set seed of input sampler
astrsh opened this issue ยท 0 comments
The following noise config produces a constant*, meaning the func1
and func2
are identical:
type: Expression
equation: "func1(x, z) - func2(x, z)"
functions:
func1:
type: FBm
octaves: 1
function:
type: Cellular
salt: 1
func2:
type: FBm
octaves: 1
function:
type: Cellular
salt: 2
When commenting out the fractal sampler, it produces noise like so: