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

Manual: Fix typo. #27594

Merged
merged 1 commit into from
Jan 19, 2024
Merged
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
4 changes: 2 additions & 2 deletions manual/zh/textures.html
Expand Up @@ -335,7 +335,7 @@ <h2 id="-a-name-filtering-and-mips-a-mips"><a name="filtering-and-mips"></a> 过
<h2 id="-a-name-uvmanipulation-a-"><a name="uvmanipulation"></a> 重复,偏移,旋转,包裹一个纹理</h2>
<p>纹理有重复、偏移和旋转纹理的设置。</p>
<p>默认情况下,three.js中的纹理是不重复的。要设置纹理是否重复,有2个属性,<a href="/docs/#api/zh/textures/Texture#wrapS"><code class="notranslate" translate="no">wrapS</code></a> 用于水平包裹,<a href="/docs/#api/zh/textures/Texture#wrapT"><code class="notranslate" translate="no">wrapT</code></a> 用于垂直包裹。</p>
<p>它们可以被设置为一下其中一个:</p>
<p>它们可以被设置为以下其中一个:</p>
<ul>
<li><p><code class="notranslate" translate="no">THREE.ClampToEdgeWrapping</code></p>
<p> 每条边上的最后一个像素无限重复。</p>
Expand Down Expand Up @@ -464,4 +464,4 @@ <h2 id="-a-name-uvmanipulation-a-"><a name="uvmanipulation"></a> 重复,偏移



</body></html>
</body></html>