Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: Improve BufferAttribute page. #26365

Merged
merged 1 commit into from
Jul 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/ar/core/BufferAttribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ <h3>[property:TypedArray array]</h3>
<h3>[property:Integer count]</h3>
<p>
يخزن طول [page:BufferAttribute.array array] مقسومًا على
[page:BufferAttribute.itemSize itemSize].<br /><br />
[page:BufferAttribute.itemSize itemSize]. Read-only property.<br /><br />

إذا كان المخزن يخزن متجهًا من 3 مكونات (مثل الموضع أو الطبيعي أو اللون) ، فسيحسب عدد هذه المتجهات المخزنة.
</p>
Expand Down
7 changes: 2 additions & 5 deletions docs/api/en/core/BufferAttribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,8 @@ <h3>[property:TypedArray array]</h3>

<h3>[property:Integer count]</h3>
<p>
Stores the [page:BufferAttribute.array array]'s length divided by the
[page:BufferAttribute.itemSize itemSize].<br /><br />

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.
</p>

<h3>[property:Number gpuType]</h3>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/fr/core/BufferAttribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ <h3>[property:TypedArray array]</h3>

<h3>[property:Integer count]</h3>
<p>
Stocke la longueur du tableau [page:BufferAttribute.array array] divisée par [page:BufferAttribute.itemSize itemSize].<br /><br />
Stocke la longueur du tableau [page:BufferAttribute.array array] divisée par [page:BufferAttribute.itemSize itemSize]. Read-only property.<br /><br />

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.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/it/core/BufferAttribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h3>[property:TypedArray array]</h3>

<h3>[property:Integer count]</h3>
<p>
Memorizza la lunghezza dell'[page:BufferAttribute.array array] divisa per [page:BufferAttribute.itemSize itemSize].<br /><br />
Memorizza la lunghezza dell'[page:BufferAttribute.array array] divisa per [page:BufferAttribute.itemSize itemSize]. Read-only property.<br /><br />

Se il buffer memorizza un vettore a 3 componenti (come una posizione, una normale o un colore),
questo conterà il numero dei vettori memorizzati.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/ko/core/BufferAttribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3>[property:TypedArray array]</h3>

<h3>[property:Integer count]</h3>
<p>
[page:BufferAttribute.itemSize itemSize]로 나눈 [page:BufferAttribute.array array]의 길이를 저장.<br /><br />
[page:BufferAttribute.itemSize itemSize]로 나눈 [page:BufferAttribute.array array]의 길이를 저장. Read-only property.<br /><br />

버퍼가 3개의 컴포넌트를 저장한 벡터(위치, 법선, 색 등)
저장된 벡터들의 수를 계산합니다.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/core/BufferAttribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ <h3>[property:TypedArray array]</h3>

<h3>[property:Integer count]</h3>
<p>
保存 [page:BufferAttribute.array array] 除以 [page:BufferAttribute.itemSize itemSize] 之后的大小。<br /><br />
保存 [page:BufferAttribute.array array] 除以 [page:BufferAttribute.itemSize itemSize] 之后的大小。Read-only property.<br /><br />

若缓存存储三元组(例如顶点位置、法向量、颜色值),则该值应等于队列中三元组的个数。
</p>
Expand Down