Uses of Interface
squidpony.squidmath.Noise.Noise3D
| 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 Noise.Noise3D in squidpony.squidgrid.mapping
Fields in squidpony.squidgrid.mapping declared as Noise.Noise3D Modifier and Type Field Description Noise.Noise3DWorldMapGenerator.EllipticalHammerMap. heatNoise.Noise3DWorldMapGenerator.EllipticalMap. heatNoise.Noise3DWorldMapGenerator.HyperellipticalMap. heatNoise.Noise3DWorldMapGenerator.RoundSideMap. heatNoise.Noise3DWorldMapGenerator.SpaceViewMap. heatNoise.Noise3DWorldMapGenerator.SphereMap. heatNoise.Noise3DWorldMapGenerator.EllipticalHammerMap. moistureNoise.Noise3DWorldMapGenerator.EllipticalMap. moistureNoise.Noise3DWorldMapGenerator.HyperellipticalMap. moistureNoise.Noise3DWorldMapGenerator.RoundSideMap. moistureNoise.Noise3DWorldMapGenerator.SpaceViewMap. moistureNoise.Noise3DWorldMapGenerator.SphereMap. moistureNoise.Noise3DWorldMapGenerator.EllipticalHammerMap. otherRidgedNoise.Noise3DWorldMapGenerator.EllipticalMap. otherRidgedNoise.Noise3DWorldMapGenerator.HyperellipticalMap. otherRidgedNoise.Noise3DWorldMapGenerator.RoundSideMap. otherRidgedNoise.Noise3DWorldMapGenerator.SpaceViewMap. otherRidgedNoise.Noise3DWorldMapGenerator.SphereMap. otherRidgedNoise.Noise3DWorldMapGenerator.EllipticalHammerMap. terrainNoise.Noise3DWorldMapGenerator.EllipticalMap. terrainNoise.Noise3DWorldMapGenerator.HyperellipticalMap. terrainNoise.Noise3DWorldMapGenerator.RoundSideMap. terrainNoise.Noise3DWorldMapGenerator.SpaceViewMap. terrainNoise.Noise3DWorldMapGenerator.SphereMap. terrainNoise.Noise3DWorldMapGenerator.EllipticalHammerMap. terrainLayeredNoise.Noise3DWorldMapGenerator.EllipticalMap. terrainLayeredNoise.Noise3DWorldMapGenerator.HyperellipticalMap. terrainLayeredNoise.Noise3DWorldMapGenerator.RoundSideMap. terrainLayeredNoise.Noise3DWorldMapGenerator.SpaceViewMap. terrainLayeredNoise.Noise3DWorldMapGenerator.SphereMap. terrainLayeredConstructors in squidpony.squidgrid.mapping with parameters of type Noise.Noise3D Constructor Description EllipticalHammerMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator)Constructs a concrete WorldMapGenerator for a map that can be used to display a projection of a globe onto an ellipse without distortion of the sizes of features but with significant distortion of shape.EllipticalHammerMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator, double octaveMultiplier)Constructs a concrete WorldMapGenerator for a map that can be used to display a projection of a globe onto an ellipse without distortion of the sizes of features but with significant distortion of shape.EllipticalMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator)Constructs a concrete WorldMapGenerator for a map that can be used to display a projection of a globe onto an ellipse without distortion of the sizes of features but with significant distortion of shape.EllipticalMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator, double octaveMultiplier)Constructs a concrete WorldMapGenerator for a map that can be used to display a projection of a globe onto an ellipse without distortion of the sizes of features but with significant distortion of shape.HyperellipticalMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator)Constructs a concrete WorldMapGenerator for a map that can be used to display a projection of a globe onto an ellipse without distortion of the sizes of features but with significant distortion of shape.HyperellipticalMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator, double octaveMultiplier)Constructs a concrete WorldMapGenerator for a map that can be used to display a projection of a globe onto an ellipse without distortion of the sizes of features but with significant distortion of shape.HyperellipticalMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator, double octaveMultiplier, double alpha, double kappa)Constructs a concrete WorldMapGenerator for a map that can be used to display a projection of a globe onto an ellipse without distortion of the sizes of features but with significant distortion of shape.MimicMap(long initialSeed, GreasedRegion toMimic, Noise.Noise3D noiseGenerator)Constructs a concrete WorldMapGenerator for a map that should have land in roughly the same places as the given GreasedRegion's "on" cells, using an elliptical projection (specifically, a Mollweide projection).MimicMap(long initialSeed, GreasedRegion toMimic, Noise.Noise3D noiseGenerator, double octaveMultiplier)Constructs a concrete WorldMapGenerator for a map that should have land in roughly the same places as the given GreasedRegion's "on" cells, using an elliptical projection (specifically, a Mollweide projection).MimicMap(long initialSeed, Noise.Noise3D noiseGenerator, double octaveMultiplier)Constructs a 512x256 elliptical world map that will use land forms with a similar shape to Earth.RotatingSpaceMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator)Constructs a concrete WorldMapGenerator for a map that can be used to view a spherical world from space, showing only one hemisphere at a time.RotatingSpaceMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator, double octaveMultiplier)Constructs a concrete WorldMapGenerator for a map that can be used to view a spherical world from space, showing only one hemisphere at a time.RoundSideMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator)Constructs a concrete WorldMapGenerator for a map that can be used to display a projection of a globe onto an ellipse without distortion of the sizes of features but with significant distortion of shape.RoundSideMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator, double octaveMultiplier)Constructs a concrete WorldMapGenerator for a map that can be used to display a projection of a globe onto an ellipse without distortion of the sizes of features but with significant distortion of shape.SpaceViewMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator)Constructs a concrete WorldMapGenerator for a map that can be used to view a spherical world from space, showing only one hemisphere at a time.SpaceViewMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator, double octaveMultiplier)Constructs a concrete WorldMapGenerator for a map that can be used to view a spherical world from space, showing only one hemisphere at a time.SphereMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator)Constructs a concrete WorldMapGenerator for a map that can be used to wrap a sphere (as with a texture on a 3D model), with seamless east-west wrapping, no north-south wrapping, and distortion that causes the poles to have significantly-exaggerated-in-size features while the equator is not distorted.SphereMap(long initialSeed, int mapWidth, int mapHeight, Noise.Noise3D noiseGenerator, double octaveMultiplier)Constructs a concrete WorldMapGenerator for a map that can be used to wrap a sphere (as with a texture on a 3D model), with seamless east-west wrapping, no north-south wrapping, and distortion that causes the poles to have significantly-exaggerated-in-size features while the equator is not distorted. -
Uses of Noise.Noise3D in squidpony.squidmath
Classes in squidpony.squidmath that implement Noise.Noise3D Modifier and Type Class Description classClassicNoise"Classic Perlin" noise, as opposed to the Simplex Noise also created by Ken Perlin (which is produced bySeededNoise; both can be produced byFastNoise).classCosmicNumberingLike a kind of RNG, but fully deterministic in a way that depends on a "connected" double array.classFastNoiseA wide range of noise functions that can all be called from one configurable object.classFoamNoiseAn unusual continuous noise generator that tends to produce organic-looking forms, currently supporting 2D, 3D, 4D and 6D.classGlitchNoiseA noise generator for 1D, 2D, 3D, 4D, or 6D noise that should look "glitchy", with waves of changing values moving through triangular shapes.classJitterNoise"Classic Perlin" noise with jitter applied to the grid it operates on.classMasonNoiseNoise functions that delegate work to the best-suited noise type for the requested dimensionality, plus some extra functions that affect a large multi-dimensional area at once.classMerlinNoiseReally strange noise functions that typically produce curving black and white shapes when rendered.static classNoise.Exponential3Dstatic classNoise.InverseLayered3Dstatic classNoise.Layered3Dstatic classNoise.Ridged3Dstatic classNoise.Scaled3Dstatic classNoise.Slick3Dstatic classNoise.Turbulent3Dstatic classNoise.Viny3DclassSeededNoiseMore advanced noise functions, in 2D, 3D, 4D, and 6D, with the last two as options for generating seamlessly-tiling noise usingNoise.seamless2D(double[][], long, int, Noise.Noise4D)and/orNoise.seamless3D(double[][][], long, int, Noise.Noise6D).classValueNoiseA low-quality continuous noise generator with strong grid artifacts, this is nonetheless useful as a building block.classWhirlingNoiseA Noise class that's here for compatibility; it extendsSeededNoiseand delegates to it for all methods exceptWhirlingNoise.noiseAlt(double, double)andWhirlingNoise.noiseAlt(double, double, double).classWhiteNoisePerformance-oriented white noise generator for 1D, 2D, 3D, 4D, and 6D.Fields in squidpony.squidmath declared as Noise.Noise3D Modifier and Type Field Description protected Noise.Noise3DNoise.Exponential3D. basisprotected Noise.Noise3DNoise.InverseLayered3D. basisprotected Noise.Noise3DNoise.Layered3D. basisprotected Noise.Noise3DNoise.Ridged3D. basisprotected Noise.Noise3DNoise.Scaled3D. basisprotected Noise.Noise3DNoise.Slick3D. basisprotected Noise.Noise3DNoise.Turbulent3D. basisprotected Noise.Noise3DNoise.Viny3D. basisprotected Noise.Noise3DNoise.Slick3D. disturbanceprotected Noise.Noise3DNoise.Turbulent3D. disturbanceprotected Noise.Noise3DNoise.Viny3D. disturbanceMethods in squidpony.squidmath with parameters of type Noise.Noise3D Modifier and Type Method Description static voidTuringPattern. addNoise(double[] substance, int width, int height, double multiplier, Noise.Noise3D noise, double z, long seed)Simply adds the result of a noise call, multiplied by the given multiplier, to each point in substance.static voidTuringPattern. distort(int[][] offsets, int width, int height, Noise.Noise3D noise, double z, long seed)Alters the given offset information (as a jagged 2D int array) with the given Noise3D instance and seed, allowing a z position for the 3D component so this can change over time with changing z.Constructors in squidpony.squidmath with parameters of type Noise.Noise3D Constructor Description Exponential3D(Noise.Noise3D basis)Exponential3D(Noise.Noise3D basis, double sharpness)InverseLayered3D(Noise.Noise3D basis)InverseLayered3D(Noise.Noise3D basis, int octaves)InverseLayered3D(Noise.Noise3D basis, int octaves, double frequency)InverseLayered3D(Noise.Noise3D basis, int octaves, double frequency, double lacunarity)Layered3D(Noise.Noise3D basis)Layered3D(Noise.Noise3D basis, int octaves)Layered3D(Noise.Noise3D basis, int octaves, double frequency)Layered3D(Noise.Noise3D basis, int octaves, double frequency, double lacunarity)Ridged3D(Noise.Noise3D basis)Ridged3D(Noise.Noise3D basis, int octaves)Ridged3D(Noise.Noise3D basis, int octaves, double frequency)Scaled3D(Noise.Noise3D basis)Scaled3D(Noise.Noise3D basis, double scale)Scaled3D(Noise.Noise3D basis, double scaleX, double scaleY, double scaleZ)Slick3D(Noise.Noise3D basis, Noise.Noise3D disturb)Slick3D(Noise.Noise3D basis, Noise.Noise3D disturb, int octaves)Turbulent3D(Noise.Noise3D basis, Noise.Noise3D disturb)Turbulent3D(Noise.Noise3D basis, Noise.Noise3D disturb, int octaves)Turbulent3D(Noise.Noise3D basis, Noise.Noise3D disturb, int octaves, double frequency)Viny3D(Noise.Noise3D basis, Noise.Noise3D disturb)Viny3D(Noise.Noise3D basis, Noise.Noise3D disturb, int octaves)Viny3D(Noise.Noise3D basis, Noise.Noise3D disturb, int octaves, double frequency)