Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • AzimuthDto

Index

Constructors

Properties

Constructors

constructor

  • new AzimuthDto(material?: SkyMaterial, azimuth?: number): AzimuthDto
  • Parameters

    • Optional material: SkyMaterial
    • Optional azimuth: number

    Returns AzimuthDto

Properties

Optional azimuth

azimuth: number

Defines the solar azimuth in interval [0, 1]. The azimuth is the angle in the horizontal plan between an object direction and a reference direction.

default

0.25

minimum

0

maximum

1

step

0.01

material

material: SkyMaterial

Material to update

default

undefined

Generated using TypeDoc