|
@@ -27,6 +27,19 @@
|
|
|
The [page:InterleavedBuffer InterleavedBuffer] instance passed in the constructor.
|
|
|
</div>
|
|
|
|
|
|
+ <h3>[property:TypedArray array]</h3>
|
|
|
+ <div>
|
|
|
+ The value of [page:InterleavedBufferAttribute.data data].array.
|
|
|
+ </div>
|
|
|
+
|
|
|
+ <h3>[property:Integer count]</h3>
|
|
|
+ <div>
|
|
|
+ The value of [page:InterleavedBufferAttribute.data data].count.
|
|
|
+
|
|
|
+ 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.
|
|
|
+ </div>
|
|
|
+
|
|
|
<h3>[property:Integer itemSize]</h3>
|
|
|
<div>
|
|
|
</div>
|
|
@@ -47,16 +60,6 @@
|
|
|
|
|
|
<h2>Methods</h2>
|
|
|
|
|
|
- <h3>[method:Integer count]()</h3>
|
|
|
- <div>
|
|
|
- The value of [page:InterleavedBufferAttribute.data data].count.
|
|
|
- </div>
|
|
|
-
|
|
|
- <h3>[method:Array array]()</h3>
|
|
|
- <div>
|
|
|
- The value of [page:InterleavedBufferAttribute.data data].array.
|
|
|
- </div>
|
|
|
-
|
|
|
<h3>[method:null getX]( index ) </h3>
|
|
|
<div>
|
|
|
|