Uses of Class
squidpony.squidmath.FastNoise
Package | Description |
---|---|
squidpony.squidgrid.mapping |
Tools specifically for generating maps and placing content in them, usually working with 2D char arrays.
|
squidpony.squidmath |
A very broad package containing random number generators, geometry tools, data structures, and noise functions.
|
-
Uses of FastNoise in squidpony.squidgrid.mapping
Fields in squidpony.squidgrid.mapping declared as FastNoise Modifier and Type Field Description static FastNoise
WorldMapGenerator. DEFAULT_NOISE
A FastNoise that has a higher frequency than that class defaults to, which is useful for maps here.protected FastNoise
OrganicMapGenerator. noise
-
Uses of FastNoise in squidpony.squidmath
Fields in squidpony.squidmath declared as FastNoise Modifier and Type Field Description static FastNoise
FastNoise. instance
A publicly available FastNoise object with seed 1337, frequency 1.0f/32.0f, 1 octave of Simplex noise using SIMPLEX_FRACTAL noiseType, 2f lacunarity and 0.5f gain.Methods in squidpony.squidmath with parameters of type FastNoise Modifier and Type Method Description void
FastNoise. setCellularNoiseLookup(FastNoise noise)
Sets the FastNoise used to calculate a cell value if cellular return type isNOISE_LOOKUP
.