Skip to content

@tmrw-realityos/charmDocs


@tmrw-realityos/charm / Buffer

Interface: Buffer

A buffer points to binary geometry, animation, or skins.

Indexable

[k: string]: any

Properties

byteLength

byteLength: number

The length of the buffer in bytes.

Defined in

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


extensions?

optional extensions: any

Defined in

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


extras?

optional extras: any

Defined in

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


name?

optional name: any

Defined in

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


uri?

optional uri: string

The URI (or IRI) of the buffer.

Defined in

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