init method

void init()

Implementation

void init() {
  lightsArray.length = 0;
  shadowsArray.length = 0;
}