Terra (Fabric/Forge/Paper)

Terra (Fabric/Forge/Paper)

74.2k Downloads

Fractal samplers incorrectly set seed of input sampler

astrsh opened this issue ยท 0 comments

commented

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:
image