Browse Source

Docs: Clean up. (#23620)

Michael Herzog 3 years ago
parent
commit
436490c204
1 changed files with 1 additions and 5 deletions
  1. 1 5
      docs/api/en/core/BufferAttribute.html

+ 1 - 5
docs/api/en/core/BufferAttribute.html

@@ -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>