ILightRigEffectiveData

ILightRigEffectiveData Schnittstelle

Unveränderliches Objekt, das effektive Light-Rig-Eigenschaften enthält.

public interface ILightRigEffectiveData

Eigenschaften

NameBeschreibung
Direction { get; }Light direction. Nur lesbar LightingDirection.
LightType { get; }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. Nur lesbar LightRigPresetType.

Methoden

NameBeschreibung
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.

Anmerkungen

This interface is used as a part of IThreeDFormatEffectiveData.

Siehe auch