Mercurial > code > home > repos > light9
view stubs/noise/__init__.pyi @ 2302:a6b611f32cce
rewrite Effect.ts to operate on new effect graphs
author | drewp@bigasterisk.com |
---|---|
date | Tue, 30 May 2023 23:58:47 -0700 |
parents | 4ce991cdacdb |
children |
line wrap: on
line source
def noise1(x: float, octaves: int=1, persistence: float=0.5, lacunarity: float=2.0, repeat: int=1024, base: float=0.0): ... pnoise1 = noise1