Options
All
  • Public
  • Public/Protected
  • All
Menu

A typed view into a bufferView. A bufferView contains raw binary data. An accessor provides a typed view into a bufferView or a subset of a bufferView similar to how WebGL's vertexAttribPointer() defines an attribute in a buffer

Hierarchy

Index

Properties

bufferView?: number

The index of the bufferview

byteOffset?: number

The offset relative to the start of the bufferView in bytes

componentType: AccessorComponentType

The datatype of components in the attribute

count: number

The number of attributes referenced by this accessor

extensions?: {}

Dictionary object with extension-specific objects

Type declaration

  • [key: string]: any
extras?: any

Application-Specific data

max?: number[]

Maximum value of each component in this attribute

min?: number[]

Minimum value of each component in this attribute

name?: string

The user-defined name of this object

normalized?: boolean

Specifies whether integer data values should be normalized

Sparse storage of attributes that deviate from their initialization value

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

Legend

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

Settings

Theme