ILightRig

ILightRig interface

Represents LightRig.

public interface ILightRig

Properties

NameDescription
Direction { get; set; }Light direction. Read/write LightingDirection.
LightType { get; set; }Represents a preset light right that can be applied to a shape. The light rig represents a group of lights oriented in a specific way relative to a 3D scene. Read/write LightRigPresetType.

Methods

NameDescription
GetRotation()A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates. first element in return array - latitude, second - longitude, third - revolution.
SetRotation(float, float, float)A rotation is defined through the use of a latitude coordinate, a longitude coordinate, and a revolution about the axis as the latitude and longitude coordinates.

See Also