Object containing information for the virtual lighting type. The position of the light follows the camera and is set behind the camera with a small offset to the left side.
Referenced by: lighting
Properties
| Property | Details | 
|---|---|
| directShadows | Indicates whether to show shadows cast by the main light source. | 
| type | The type of lighting Valid value of this property virtual | 
virtualLighting Example
{
  "directShadows": true,
  "type": "virtual"
}