API / geotoolkit / webgl / BufferAttribute / BufferAttribute
webgl.BufferAttribute.BufferAttribute
Type Aliases
Type Aliases
Ƭ Attributes: Object
The attributes
| Name | Type | Description |
|---|---|---|
array | TypedArray | typed array |
count | number | the number of vertices |
dynamic | boolean | Defines the intended usage pattern of the data store for optimization purposes |
itemsize | number | the number of values of the array that associated with a particular vertex |
name | string | the name of the attribute |
normalized | boolean | Indicates how the underlying data in the buffer maps to the values in the GLSL code |