Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IAccessor

Loader interface with additional members.

Hierarchy

Index

Properties

Optional bufferViewSearch playground for bufferView

bufferView: number

The index of the bufferview

Optional byteOffsetSearch playground for byteOffset

byteOffset: number

The offset relative to the start of the bufferView in bytes

componentTypeSearch playground for componentType

componentType: AccessorComponentType

The datatype of components in the attribute

countSearch playground for count

count: number

The number of attributes referenced by this accessor

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

indexSearch playground for index

index: number

The index of this item in the array.

Optional maxSearch playground for max

max: number[]

Maximum value of each component in this attribute

Optional minSearch playground for min

min: number[]

Minimum value of each component in this attribute

Optional nameSearch playground for name

name: string

The user-defined name of this object

Optional normalizedSearch playground for normalized

normalized: boolean

Specifies whether integer data values should be normalized

Optional sparseSearch playground for sparse

Sparse storage of attributes that deviate from their initialization value

typeSearch playground for type

Specifies if the attribute is a scalar, vector, or matrix

Legend

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