BufferAttribute Types
Aller à la navigation
Aller à la recherche
Il y a neuf types de BufferAttribute disponibles dans three.js. Ceux-ci correspondent aux tableaux typés (TypedArray) de JavaScript.
<source lang="javascript"> THREE.Float64BufferAttribute THREE.Float32BufferAttribute THREE.Uint32BufferAttribute THREE.Int32BufferAttribute THREE.Uint16BufferAttribute THREE.Int16BufferAttribute THREE.Uint8ClampedBufferAttribute THREE.Uint8BufferAttribute THREE.Int8BufferAttribute </source>