Basics
Guides
API Reference
Basics
Guides
API Reference
[13:7] extends: FxObj
Wraps FXGL's PerlinNoiseGenerator (com.almasb.fxgl.core.math.PerlinNoiseGenerator), a seeded 1D Perlin noise generator. Required for reproducible procedural worlds and motion paths.
PerlinNoiseGenerator (int Seed = 0)
Creates a new PerlinNoiseGenerator seeded with the supplied value. The same Seed yields the same sequence.
Seed is the seed value.adopt (object Ajo)
Wraps an existing PerlinNoiseGenerator AussomJavaObject.
Ajo is an AussomJavaObject around a PerlinNoiseGenerator.A new wrapper.noise1D (double T)
Returns a 1D Perlin noise sample at T.
T is the input parameter (typically continuous time).A double approximately in [-1, 1].
Aussom
Write once. Embed everywhere.
Copyright 2026 Austin Lehman. All rights reserved.