KitchenDraw SDK 2
Show / Hide Table of Contents

Class Scene.SceneNaturalLighting

Inheritance
object
Scene.SceneNaturalLighting
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: KD.SDK2
Assembly: KD.SDK2.dll
Syntax
public class Scene.SceneNaturalLighting

Properties

Name Description
CalculatedSunPositionDateTime

Date and time to calculate position of the sun if SunPositionMode is Calculated.

CalculatedSunPositionLatitude

Latitude of the scene. Used to calculate position of the sun if SunPositionMode is Calculated.

CalculatedSunPositionLongitude

Longtitude of the scene. Used to calculate position of the sun if SunPositionMode is Calculated.

Intensity

Amount of natural light (like sun) contributing to the photorealistic renderings.

IsEnabled

Indicates whether the natural light contributes to the photorealistic renderings.

ManualSunPositionHorizontalAngle

Horizontal angle of the sun in degrees if SunPositionMode is Manual.

ManualSunPositionVerticalAngle

Vertical angle of the sun in degrees if SunPositionMode is Manual.

Mode

Indicates whether the scene is lighted as an outdoor scene or as an indoor scene.

SunPositionMode

Indicates how position of the sun is defined.

SunPower

Indicates the contribution of direct sunlight to the rendering.

WeatherMode

Indicates how the direct sun light is calculated for the photorealistic renderings.

In this article
Back to top Generated by DocFX