Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • TurbidityDto

Index

Constructors

Properties

Constructors

constructor

  • new TurbidityDto(material?: SkyMaterial, turbidity?: number): TurbidityDto
  • Parameters

    • Optional material: SkyMaterial
    • Optional turbidity: number

    Returns TurbidityDto

Properties

material

material: SkyMaterial

Material to update

default

undefined

Optional turbidity

turbidity: number

Defines the amount (scattering) of haze as opposed to molecules in atmosphere.

default

10

minimum

0

maximum

Infinity

step

1

Generated using TypeDoc