Options
All
  • Public
  • Public/Protected
  • All
Menu

Buffer holding a texture.

Hierarchy

  • TextureBuffer

Index

Properties

buffer

buffer: ArrayBuffer

Buffer containing the (compressed) image or the raw texture data.

Optional dataTextureProperties

dataTextureProperties: DataTextureProperties

Properties for creating a three.js DataTexture (https://threejs.org/docs/#api/en/textures/DataTexture).

type

type: string

Mime type of the image or 'image/raw' in case of raw texture data.

Generated using TypeDoc