Texture background

TextureBackground

2024.3.7

yisky

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

scene: Scene

Accessors

  • set blurriness(value): void
  • Set background blurriness

    Parameters

    • value: number

    Returns void

    TextureBackground

  • set intensity(value): void
  • Set background intensity

    Parameters

    • value: number

    Returns void

    TextureBackground

  • set texture(value): void
  • Set background texture

    Parameters

    • value:
          | string
          | CubeTexture
          | Texture
          | string[]
          | {
              mapping: Mapping;
              url: string;
          }

    Returns void

    TextureBackground

Methods

  • Dispose

    Returns void

    TextureBackground

  • Update

    Parameters

    Returns void

    TextureBackground