public void draw() {
    background(255);
    lights();
    smooth();

    ps.run();
  }