Definition at line 93 of file SmartMatrix.ino.
93 {
95 int ioffset =
scale * i;
97 int joffset =
scale * j;
99 }
100 }
102}
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(), kMatrixHeight, kMatrixWidth, noise, scale, speed, x, y, and z.