Files @ 0b2fdbc10fd3
Branch filter:

Location: light9/stubs/noise/__init__.pyi

Drew Perttula
KC support data reloading better (but still has leaks)
Ignore-this: 941800c3a73ced176dd9ee39b7e849c4
1
2
3

def noise1(x: float, octaves: int=1, persistence: float=0.5, lacunarity: float=2.0, repeat: int=1024, base: float=0.0): ...
pnoise1 = noise1