Skip to content

@tmrw-realityos/charmDocs


@tmrw-realityos/charm / Sampler

Interface: Sampler

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

Magnification filter.

Defined in

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


minFilter?

optional minFilter: number

Minification filter.

Defined in

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


name?

optional name: any

Defined in

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


wrapS?

optional wrapS: number

S (U) wrapping mode.

Defined in

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


wrapT?

optional wrapT: number

T (V) wrapping mode.

Defined in

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