Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBuffer

A buffer points to binary geometry, animation, or skins

Hierarchy

Index

Properties

byteLengthSearch playground for byteLength

byteLength: number

The length of the buffer in bytes

Optional extensionsSearch playground for extensions

extensions: {}

Dictionary object with extension-specific objects

Type declaration

  • [key: string]: any

Optional extrasSearch playground for extras

extras: any

Application-Specific data

Optional nameSearch playground for name

name: string

The user-defined name of this object

Optional uriSearch playground for uri

uri: string

The uri of the buffer. Relative paths are relative to the .gltf file. Instead of referencing an external file, the uri can also be a data-uri

Legend

  • Constructor
  • Property
  • Method
  • Property
  • Method
  • Inherited property
  • Inherited method
  • Static property
  • Static method