SkyParameters

Description

sealed class Tinman.Engine.Rendering.Effects.SkyParameters

Derived from

RenderEffectParameters abstract

Render effect parameters for IRenderEffectBase.

The following low-level render effect parameter slots are always defined:

Public / Constants

Changed­Camera


public constant ChangedCamera → (1:int32)

Changed flag for Camera.

Changed­Color


public constant ChangedColor → (1 << 1:int32)

Changed flag for Color.

Changed­Lighting


public constant ChangedLighting → (1 << 2:int32)

Changed flag for Lighting.

Pass­Environment­Map


public constant PassEnvironmentMap → (0:int32)

Renders the sky background using the environment map.

Pass­Uniform­Color


public constant PassUniformColor → (1:int32)

Renders the sky background using a uniform color.

Public / Constructors

Sky­Parameters


public constructor SkyParameters → ()

Creates a new instance of SkyParameters.

Public / Attributes

Camera


public readonly attribute Camera → (CameraParameters)

The aggregated camera parameters.

Color


public attribute Color → (get,set)

value : int64

The color value, see Colors.

The base color of the sky.

Defaults to Colors.White.

Lighting


public readonly attribute Lighting → (LightingParameters)

The aggregated lighting parameters.