postprocessing - v7.0.0-beta.16
    Preparing search index...

    Class NoiseTexture

    A noise texture.

    Hierarchy

    Index

    Constructors

    Constructors

    • Constructs a new noise texture.

      Supported texture formats: RGBAFormat, RedFormat, RGFormat.

      Parameters

      • width: number

        The width.

      • height: number

        The height.

      • format: 1023 = RGBAFormat

        The texture format. Default is RGBAFormat.

      • type: 1009 = UnsignedByteType

        The texture type.

      Returns NoiseTexture