Expand description
The CGL Noise Module.
Structs
Enums
- The type of fractal to use when generating noise.
- The type of noise to generate.
Functions
- Generates noise with the given NoiseParams and x, y, and z coordinates.
- Initializes the noise library.
- Gets the opensimplex noise value at the given coordinates.
- Gets the opensimplex2s noise value at the given coordinates.
- Gets the perlin noise value at the given coordinates.
- Shuts down the noise library.
- Gets the value noise value at the given coordinates.
- Gets the valuecubic noise value at the given coordinates.
- Gets the worley noise value at the given coordinates.
Type Definitions
- This is a controllable parameter of CGL library But as of now, it cannot be controlled from Rust