Type Definitions

TextureFile

Type:
  • object
Properties
NameTypeAttributesDescription
indexnumber

Index of the file (use to order file)

namestring

Name of the file

textureTHREE.CanvasTexture | THREE.VideoTexture

Texture to apply on the plane

sizeObject

Size of the texture

videoHTMLVideoElement<optional>

Html video element if it is an video texture.