Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAccessorSparseIndices

Indices of those attributes that deviate from their initialization value

Hierarchy

Index

Properties

bufferViewSearch playground for bufferView

bufferView: number

The index of the bufferView with sparse indices. Referenced bufferView can't have ARRAY_BUFFER or ELEMENT_ARRAY_BUFFER target

Optional byteOffsetSearch playground for byteOffset

byteOffset: number

The offset relative to the start of the bufferView in bytes. Must be aligned

componentTypeSearch playground for componentType

componentType: AccessorComponentType

The indices data type. Valid values correspond to WebGL enums: 5121 (UNSIGNED_BYTE), 5123 (UNSIGNED_SHORT), 5125 (UNSIGNED_INT)

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

Legend

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