LightShadow constructor

LightShadow([
  1. 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]);