BufferAttribute

BufferAttribute Types

There are nine types of BufferAttribute available in Verge3D. These correspond to the JavaScript typed arrays.

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

Constructor

All of the above are called in the same way.

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

Properties

See the BufferAttribute page for inherited properties.

Methods

See the BufferAttribute page for inherited methods.

源代码

关于如何获取此模块的源代码,请查看 本页