LightShadow constructor
LightShadow([
- Camera? camera
camera - the light's view of the world.
Create a new name. This is not intended to be called directly - it is
used as a base class by other light shadows.
Implementation
LightShadow([this.camera]);