BufferAttribute

Типы BufferAttribute

В Verge3D доступно девять типов BufferAttribute. Они соответствуют типизированным массивам JavaScript.

v3d.Float64BufferAttribute v3d.Float32BufferAttribute v3d.Float16BufferAttribute v3d.Uint32BufferAttribute v3d.Int32BufferAttribute v3d.Uint16BufferAttribute v3d.Int16BufferAttribute v3d.Uint8ClampedBufferAttribute v3d.Uint8BufferAttribute v3d.Int8BufferAttribute

Конструктор

Все вышеперечисленное вызывается одинаково.

TypedBufferAttribute(array : Array | Integer, itemSize : Integer, normalized : Boolean)

Свойства

Унаследованные свойства смотрите на странице BufferAttribute.

Методы

Наследуемые методы смотрите на странице BufferAttribute.

Исходный файл

О том как получить исходный код этого модуля читайте тут.