Banuba WebAR JavaScript API Reference
    Preparing search index...

    Class FullImageData

    Hierarchy

    • EmscriptenObject
      • FullImageData
    Index

    Constructors

    Methods

    • Returns this

    • Returns void

    • Returns void

    • Returns boolean

    • Returns boolean

    • Factory method for FullImageData creation.

      Parameters

      Returns FullImageData

    • Factory method for FullImageData creation.

      Parameters

      • data: number

        pointer to the image data location in memory.

      • width: number

        width of the image in pixels.

      • height: number

        height of the image in pixels.

      • orientation: CameraOrientation

        the image camera orientation in degrees as enum value.

      • format: PixelFormat

        pixel format of the image.

      • requireMirroring: boolean

        specifies should the image be mirrored during rendering or not.

      • faceOrientation: number

        face orientation in degrees as number.

      Returns FullImageData

    • Parameters

      Returns FullImageData

    • Parameters

      • texID: number
      • textureOrientation: number
      • data: number
      • width: number
      • height: number
      • orientation: CameraOrientation
      • format: PixelFormat
      • requireMirroring: boolean
      • faceOrientation: number

      Returns FullImageData