Click or drag to resize
AB4D logo

BaseCameraCameraLight 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: 11.1.8864.1045
Syntax
C#
public Light CameraLight { get; set; }

Property Value

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