Options
All
  • Public
  • Public/Protected
  • All
Menu

Class CopyTools

Class used to host copy specific utilities

Hierarchy

  • CopyTools

Index

Methods

Static GenerateBase64StringFromTextureSearch playground for GenerateBase64StringFromTexture

  • GenerateBase64StringFromTexture(texture: BaseTexture, faceIndex?: number, level?: number): Promise<Nullable<string>>
  • Reads the pixels stored in the webgl texture and returns them as a base64 string

    Parameters

    • texture: BaseTexture

      defines the texture to read pixels from

    • Optional faceIndex: number

      defines the face of the texture to read (in case of cube texture)

    • Optional level: number

      defines the LOD level of the texture to read (in case of Mip Maps)

    Returns Promise<Nullable<string>>

    The base64 encoded string or null

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method