|
@@ -56,11 +56,8 @@
|
|
|
|
|
|
<h3>[property:Integer count]</h3>
|
|
|
<p>
|
|
|
- Stores the [page:BufferAttribute.array array]'s length divided by the
|
|
|
- [page:BufferAttribute.itemSize itemSize].<br /><br />
|
|
|
-
|
|
|
- If the buffer is storing a 3-component vector (such as a position, normal,
|
|
|
- or color), then this will count the number of such vectors stored.
|
|
|
+ Represents the number of items this buffer attribute stores. It is internally computed by dividing the [page:BufferAttribute.array array]'s length by the
|
|
|
+ [page:BufferAttribute.itemSize itemSize]. Read-only property.
|
|
|
</p>
|
|
|
|
|
|
<h3>[property:Number gpuType]</h3>
|