Skip to content

@tmrw-realityos/charm


@tmrw-realityos/charm / Sampler

Interface: Sampler

Defined in: packages/charm/src/fileFormats/GLTF.ts:537

Texture sampler properties for filtering and wrapping modes.

Indexable

[k: string]: any

Properties

extensions?

optional extensions: any

Defined in: packages/charm/src/fileFormats/GLTF.ts:555


extras?

optional extras: any

Defined in: packages/charm/src/fileFormats/GLTF.ts:556


magFilter?

optional magFilter: number

Defined in: packages/charm/src/fileFormats/GLTF.ts:541

Magnification filter.


minFilter?

optional minFilter: number

Defined in: packages/charm/src/fileFormats/GLTF.ts:545

Minification filter.


name?

optional name: any

Defined in: packages/charm/src/fileFormats/GLTF.ts:554


wrapS?

optional wrapS: number

Defined in: packages/charm/src/fileFormats/GLTF.ts:549

S (U) wrapping mode.


wrapT?

optional wrapT: number

Defined in: packages/charm/src/fileFormats/GLTF.ts:553

T (V) wrapping mode.