beginShadows method

void beginShadows()

Implementation

void beginShadows() {
  renderingShadows = true;
  projectPlanes();
}