|
@@ -13,6 +13,11 @@
|
|
|
This class stores data for an attribute (such as vertex positions, face indices, normals,
|
|
|
colors, UVs, and any custom attributes ) associated with a [page:BufferGeometry], which allows
|
|
|
for more efficient passing of data to the GPU. See that page for details and a usage example.
|
|
|
+ When working with vector-like data, the <i>.fromBufferAttribute( attribute, index )</i>
|
|
|
+ helper methods on [page:Vector2.fromBufferAttribute Vector2],
|
|
|
+ [page:Vector3.fromBufferAttribute Vector3],
|
|
|
+ [page:Vector4.fromBufferAttribute Vector4], and
|
|
|
+ [page:Color.fromBufferAttribute Color] classes may be helpful.
|
|
|
</p>
|
|
|
|
|
|
<h2>Constructor</h2>
|