Atlas Engine
API Referenceaurora

WorleyNoise

Cellular noise generator configured by point count and optional seed.

Module: aurora

Cellular noise generator configured by point count and optional seed.

Declaration

export class WorleyNoise { ... }

Constructors

constructor(numPoints: number, seed?: number);

Methods

noise

noise(x: number, y: number): number;

On this page