Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Texture

A texture and its sampler.

Hierarchy

  • Texture

Indexable

[k: string]: any

A texture and its sampler.

Index

Properties

Optional extensions

extensions: any

Optional extras

extras: any

Optional name

name: any

Optional sampler

sampler: GlTfId

The index of the sampler used by this texture. When undefined, a sampler with repeat wrapping and auto filtering should be used.

Optional source

source: GlTfId

The index of the image used by this texture.