|
@@ -12,11 +12,7 @@
|
|
|
<p class="desc">
|
|
|
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.<br /><br />
|
|
|
-
|
|
|
- Data is stored as vectors of any length (defined by [page:BufferAttribute.itemSize itemSize]),
|
|
|
- and in general in the methods outlined below if passing in an index, this is automatically
|
|
|
- multiplied by the vector length.
|
|
|
+ for more efficient passing of data to the GPU. See that page for details and a usage example.
|
|
|
</p>
|
|
|
|
|
|
<h2>Constructor</h2>
|