SpotLightShadow constructor
SpotLightShadow()
The constructor creates a PerspectiveCamera to manage the shadow's view of the world.
Implementation
SpotLightShadow() : super(PerspectiveCamera(50, 1, 0.5, 500)) {
focus = 1;
}