EnvironmentMapTransform

Description

sealed class Tinman.Engine.Components.EnvironmentMapTransform

Derived from

EnvironmentMap abstract

An IEnvironmentMap that transforms input altitude and azimuth angles before passing them to an aggregates IEnvironmentMap object.

Public / Constructors

Environment​Map​Transform


public constructor EnvironmentMapTransform → (3)

map in : IEnvironmentMap

[not-null]
The environment map to transform.

longitudeOffset opt : float64 = 0

Initial value for AzimuthOffset.

altitudeFlip opt : bool = false

Initial value for AltitudeFlip.

Creates a new instance of EnvironmentMapTransform.

Public / Attributes

Altitude​Flip


public attribute AltitudeFlip → (get,set)

value : bool

true to flip altitude angles, false to leave them unchanged.

Flip input altitude angles?

Azimuth​Offset


public attribute AzimuthOffset → (get,set)

value : float64

The input azimuth offset, in degrees.

Offset to add to input azimuth angles.