Click or drag to resize
SphericalCameraCameraLight Property
Gets or sets a Light that is used as a Camera Light. The default value is White DirectionalLight.

Namespace: Ab3d.Cameras
Assembly: Ab3d.PowerToys (in Ab3d.PowerToys.dll) Version: 7.0.0.0
Syntax
C#
public Light CameraLight { get; set; }

Property Value

Type: Light
Remarks

The CameraLight property is by default a DirectionalLight with White color. The value can be set to a new DirectionalLight with some other color. Other types of Lights are not supported - will not change according to the camera's changed.

To set when the Camera light is used set the ShowCameraLight property.

See Also