|
@@ -50,9 +50,9 @@
|
|
|
Optional name for this attribute instance. Default is an empty string.
|
|
|
</p>
|
|
|
|
|
|
- <h3>[property:Integer offset]</h3>
|
|
|
+ <h3>[property:Boolean needsUpdate]</h3>
|
|
|
<p>
|
|
|
- The offset in the underlying array buffer where an item starts.
|
|
|
+ Default is *false*. Setting this to *true* will send the entire interleaved buffer (not just the specific attribute data) to the GPU again.
|
|
|
</p>
|
|
|
|
|
|
<h3>[property:Boolean normalized]</h3>
|
|
@@ -60,6 +60,11 @@
|
|
|
Default is *false*.
|
|
|
</p>
|
|
|
|
|
|
+ <h3>[property:Integer offset]</h3>
|
|
|
+ <p>
|
|
|
+ The offset in the underlying array buffer where an item starts.
|
|
|
+ </p>
|
|
|
+
|
|
|
<h2>Methods</h2>
|
|
|
|
|
|
<h3>[method:this applyMatrix4]( [param:Matrix4 m] )</h3>
|