Definition at line 93 of file SmartMatrix.ino.
93 {
95 int ioffset =
scale * i;
97 int joffset =
scale * j;
99 }
100 }
102}
UISlider speed("Speed", 1.0f, -20.0f, 20.0f, 0.01f)
UISlider scale("Scale", 1.0f, 0.0f, 1.0f, 0.01f)
uint8_t noise[NUM_LAYERS][WIDTH][HEIGHT]
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.
Referenced by loop().