diff --git a/docs/api/ar/core/BufferAttribute.html b/docs/api/ar/core/BufferAttribute.html index df84f43e8394bc..a80357e59aa57f 100644 --- a/docs/api/ar/core/BufferAttribute.html +++ b/docs/api/ar/core/BufferAttribute.html @@ -56,7 +56,7 @@
يخزن طول [page:BufferAttribute.array array] مقسومًا على
- [page:BufferAttribute.itemSize itemSize].
+ [page:BufferAttribute.itemSize itemSize]. Read-only property.
إذا كان المخزن يخزن متجهًا من 3 مكونات (مثل الموضع أو الطبيعي أو اللون) ، فسيحسب عدد هذه المتجهات المخزنة.
- Stores the [page:BufferAttribute.array array]'s length divided by the
- [page:BufferAttribute.itemSize itemSize].
-
- 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.
- Stocke la longueur du tableau [page:BufferAttribute.array array] divisée par [page:BufferAttribute.itemSize itemSize].
+ Stocke la longueur du tableau [page:BufferAttribute.array array] divisée par [page:BufferAttribute.itemSize itemSize]. Read-only property.
Si le tampon stocke un vecteur à 3 composants (tel qu'une position, une normale ou une couleur),
cela comptera alors le nombre de ces vecteurs stockés.
diff --git a/docs/api/it/core/BufferAttribute.html b/docs/api/it/core/BufferAttribute.html
index 67f30fada40bca..0a8b814dc02591 100644
--- a/docs/api/it/core/BufferAttribute.html
+++ b/docs/api/it/core/BufferAttribute.html
@@ -47,7 +47,7 @@
- Memorizza la lunghezza dell'[page:BufferAttribute.array array] divisa per [page:BufferAttribute.itemSize itemSize].
+ Memorizza la lunghezza dell'[page:BufferAttribute.array array] divisa per [page:BufferAttribute.itemSize itemSize]. Read-only property.
Se il buffer memorizza un vettore a 3 componenti (come una posizione, una normale o un colore),
questo conterà il numero dei vettori memorizzati.
diff --git a/docs/api/ko/core/BufferAttribute.html b/docs/api/ko/core/BufferAttribute.html
index e3843d427bdb7b..a10d8f9665cee6 100644
--- a/docs/api/ko/core/BufferAttribute.html
+++ b/docs/api/ko/core/BufferAttribute.html
@@ -53,7 +53,7 @@
- [page:BufferAttribute.itemSize itemSize]로 나눈 [page:BufferAttribute.array array]의 길이를 저장.
+ [page:BufferAttribute.itemSize itemSize]로 나눈 [page:BufferAttribute.array array]의 길이를 저장. Read-only property.
버퍼가 3개의 컴포넌트를 저장한 벡터(위치, 법선, 색 등)
저장된 벡터들의 수를 계산합니다.
diff --git a/docs/api/zh/core/BufferAttribute.html b/docs/api/zh/core/BufferAttribute.html
index 98203c6085a9e9..d3dfb982df73bf 100644
--- a/docs/api/zh/core/BufferAttribute.html
+++ b/docs/api/zh/core/BufferAttribute.html
@@ -51,7 +51,7 @@
- 保存 [page:BufferAttribute.array array] 除以 [page:BufferAttribute.itemSize itemSize] 之后的大小。
+ 保存 [page:BufferAttribute.array array] 除以 [page:BufferAttribute.itemSize itemSize] 之后的大小。Read-only property.
若缓存存储三元组(例如顶点位置、法向量、颜色值),则该值应等于队列中三元组的个数。