Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SkyboxDto

Index

Constructors

Properties

Constructors

constructor

  • new SkyboxDto(skybox?: skyboxEnum, size?: number, blur?: number, environmentIntensity?: number): SkyboxDto
  • Parameters

    • Optional skybox: skyboxEnum
    • Optional size: number
    • Optional blur: number
    • Optional environmentIntensity: number

    Returns SkyboxDto

Properties

blur

blur: number

Identifies if skybox texture should affect scene environment

default

0.1

minimum

0

maximum

Infinity

step

0.1

environmentIntensity

environmentIntensity: number

Identifies if skybox texture should affect scene environment

default

0.7

minimum

0

maximum

Infinity

step

0.1

size

size: number

Skybox size

default

1000

minimum

0

maximum

Infinity

step

10

skybox

skybox: skyboxEnum

Skybox type

default

clearSky

Generated using TypeDoc