Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TextureCube

Hierarchy

Index

Properties

format

Texture format.

height

height: number

Height of texture.

mag

Texture magnification filter.

min

Texture minification filter.

stats

stats: object

Type declaration

  • size: number

    Size of the texture, in bytes.

type

Texture data type.

width

width: number

Width of texture.

wrapS

Texture wrap mode on S axis.

wrapT

Texture wrap mode on T axis.

Methods

destroy

  • destroy(): void

resize

  • resize(): void
  • resize(radius: number): void

subimage

Generated using TypeDoc