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 SkinnedMesh page. #27303

Merged
merged 1 commit into from
Dec 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/api/ar/objects/SkinnedMesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ <h1>[name]</h1>
شبكة لديها [page:Skeleton] مع [page:Bone bones] يمكن استخدامها بعد ذلك
لتحريك رؤوس الهندسة.<br /> <br />

يمكن استخدام [name] فقط مع WebGL 2. مع WebGL 1 `OES_texture_float` و
مطلوب دعم نسيج الرأس.
يمكن استخدام [name] فقط مع WebGL 2.
</p>

<iframe id="scene" src="scenes/bones-browser.html"></iframe>
Expand Down
3 changes: 1 addition & 2 deletions docs/api/en/objects/SkinnedMesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ <h1>[name]</h1>
A mesh that has a [page:Skeleton] with [page:Bone bones] that can then be
used to animate the vertices of the geometry.<br /><br />

[name] can only be used with WebGL 2. With WebGL 1 `OES_texture_float` and
vertex textures support is required.
[name] can only be used with WebGL 2.
</p>

<iframe id="scene" src="scenes/bones-browser.html"></iframe>
Expand Down
3 changes: 1 addition & 2 deletions docs/api/it/objects/SkinnedMesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@ <h1>[name]</h1>
Una mesh che ha uno [page:Skeleton scheletro] con [page:Bone ossa] che può essere
utilizzata per animare i vertici della geometria.<br /><br />

[name] può essere utilizzata solo con WebGL 2. Con WebGL 1 è necessario il supporto delle texture del vertice
e `OES_texture_float`.
[name] può essere utilizzata solo con WebGL 2.
</p>

<iframe id="scene" src="scenes/bones-browser.html"></iframe>
Expand Down
2 changes: 1 addition & 1 deletion docs/api/zh/objects/SkinnedMesh.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ <h1>蒙皮网格([name])</h1>
<p class="desc">
具有[page:Skeleton](骨架)和[page:Bone bones](骨骼)的网格,可用于给几何体上的顶点添加动画。<br /><br />

[name] can only be used with WebGL 2. With WebGL 1 *OES_texture_float* and vertex textures support is required.
[name] can only be used with WebGL 2.
</p>

<iframe id="scene" src="scenes/bones-browser.html"></iframe>
Expand Down