Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

  • SkyboxCustomTextureDto

Index

Constructors

constructor

  • new SkyboxCustomTextureDto(textureUrl?: string, textureSize?: number, size?: number, blur?: number, environmentIntensity?: number, hideSkybox?: boolean): SkyboxCustomTextureDto
  • Parameters

    • Optional textureUrl: string
    • Optional textureSize: number
    • Optional size: number
    • Optional blur: number
    • Optional environmentIntensity: number
    • Optional hideSkybox: boolean

    Returns SkyboxCustomTextureDto

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

Optional hideSkybox

hideSkybox: boolean

Hides the skybox mesh but keeps the environment texture

default

false

size

size: number

Skybox size

default

1000

minimum

0

maximum

Infinity

step

10

Optional textureSize

textureSize: number

Skybox texture size (only applies to custom URL texture)

default

512

optional

true

Optional textureUrl

textureUrl: string

Skybox texture URL pointing to .hdr, .env or root of the cubemap images

default

undefined

optional

true

Generated using TypeDoc