- Examples
- Noise.ino, NoisePlusPalette.ino, and SmartMatrix.ino.
Definition at line 94 of file Noise.ino.
94 {
96 int ioffset =
scale * i;
98 int joffset =
scale * j;
100 }
101 }
103}
uint8_t noise[NUM_LAYERS][WIDTH][HEIGHT]
UISlider scale("Scale", 4,.1, 4,.1)
uint8_t inoise8(uint16_t x, uint16_t y, uint16_t z)
8-Bit, fixed point implementation of Perlin's noise.
References inoise8(), MAX_DIMENSION, noise, scale, speed, x, y, and z.
Referenced by loop().