API Referenceaurora
IslandGenerator
Procedural island height generator configured by feature count and scale.
Module: aurora
Procedural island height generator configured by feature count and scale.
Declaration
export class IslandGenerator extends TerrainGenerator { ... }Extends: TerrainGenerator
Constructors
constructor(numFeatures: number, scale: number);Methods
generateHeight
Samples the procedural terrain height at the supplied coordinates.
override generateHeight(x: number, y: number): number;