|
@@ -160,6 +160,9 @@
|
|
|
<h3>[method:this copyAt] ( [param:Integer index1], [param:BufferAttribute bufferAttribute], [param:Integer index2] ) </h3>
|
|
|
<p>Copia un vettore da bufferAttribute[index2] a [page:BufferAttribute.array array][index1].</p>
|
|
|
|
|
|
+ <h3>[method:Number getComponent]( [param:Integer index], [param:Integer component] ) </h3>
|
|
|
+ <p>Returns the given component of the vector at the given index.</p>
|
|
|
+
|
|
|
<h3>[method:Number getX]( [param:Integer index] ) </h3>
|
|
|
<p>Restituisce il componente x del vettore in corrispondenza dell'indice specificato.</p>
|
|
|
|
|
@@ -198,6 +201,9 @@
|
|
|
Nota: Dopo l'utilizzo iniziale di un buffer, il suo utilizzo non può cambiare. Invece, istanziane uno nuovo e
|
|
|
imposta l'utilizzo desiderato prima del rendering successivo.
|
|
|
</p>
|
|
|
+
|
|
|
+ <h3>[method:Number setComponent]( [param:Integer index], [param:Integer component], [param:Float value] ) </h3>
|
|
|
+ <p>Sets the given component of the vector at the given index.</p>
|
|
|
|
|
|
<h3>[method:this setX]( [param:Integer index], [param:Float x] ) </h3>
|
|
|
<p>Imposta il componente x del vettore in corrispondenza dell'indice specificato.</p>
|