Last updated

API / geotoolkit / webgl / BufferAttribute / BufferAttribute

Namespace: BufferAttribute

webgl.BufferAttribute.BufferAttribute

Table of contents

Type Aliases

Contents

Type Aliases

Attributes

Ƭ Attributes: Object

The attributes

Type declaration

NameTypeDescription
arrayTypedArraytyped array
countnumberthe number of vertices
dynamicbooleanDefines the intended usage pattern of the data store for optimization purposes
itemsizenumberthe number of values of the array that associated with a particular vertex
namestringthe name of the attribute
normalizedbooleanIndicates how the underlying data in the buffer maps to the values in the GLSL code