Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TextureTransform

Transform used to offset, rotate and scale texture coordinates.

Hierarchy

  • TextureTransform

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

offset

offset: ObservablePoint<undefined> = ...

The offset for the texture coordinates.

scale

scale: ObservablePoint<undefined> = ...

The scale of the texture coordinates.

Accessors

array

  • get array(): Float32Array

rotation

  • get rotation(): number
  • set rotation(value: number): void

Methods

Static fromTexture

Generated using TypeDoc