|
@@ -97,7 +97,7 @@
|
|
<p>
|
|
<p>
|
|
Defines the intended usage pattern of the data store for optimization purposes. Corresponds to the *usage* parameter of
|
|
Defines the intended usage pattern of the data store for optimization purposes. Corresponds to the *usage* parameter of
|
|
[link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferData WebGLRenderingContext.bufferData]().
|
|
[link:https://developer.mozilla.org/en-US/docs/Web/API/WebGLRenderingContext/bufferData WebGLRenderingContext.bufferData]().
|
|
- Default is *THREE.StaticDrawUsage*.
|
|
|
|
|
|
+ Default is [page:BufferAttributeUsage StaticDrawUsage]. See usage [page:BufferAttributeUsage constants] for all possible values.
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>[property:Integer version]</h3>
|
|
<h3>[property:Integer version]</h3>
|
|
@@ -179,7 +179,7 @@
|
|
</p>
|
|
</p>
|
|
|
|
|
|
<h3>[method:BufferAttribute setUsage] ( [param:Usage value] ) </h3>
|
|
<h3>[method:BufferAttribute setUsage] ( [param:Usage value] ) </h3>
|
|
- <p>Set [page:BufferAttribute.usage usage] to value.</p>
|
|
|
|
|
|
+ <p>Set [page:BufferAttribute.usage usage] to value. See usage [page:BufferAttributeUsage constants] for all possible input values.</p>
|
|
|
|
|
|
<h3>[method:BufferAttribute setX]( [param:Integer index], [param:Float x] ) </h3>
|
|
<h3>[method:BufferAttribute setX]( [param:Integer index], [param:Float x] ) </h3>
|
|
<p>Sets the x component of the vector at the given index.</p>
|
|
<p>Sets the x component of the vector at the given index.</p>
|