Skip to content

Commit

Permalink
Docs: Update FAQ for chinese (mrdoob#24282)
Browse files Browse the repository at this point in the history
  • Loading branch information
luoxuhai authored and snagy committed Sep 21, 2022
1 parent f412e9a commit ded0d14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/manual/zh/introduction/FAQ.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ <h2>为什么我的物体的一部分是不可见的?</h2>
<code>material.side = THREE.DoubleSide</code>
</p>

<h2>Why does three.js sometimes return strange results for invalid inputs?</h2>
<h2>为什么有时候无效的输入会让three.js返回奇怪的结果?</h2>
<p>
For performance reasons, three.js doesn't validate inputs in most cases. It's your app's responsibility to make sure that all inputs are valid.
出于性能考虑,大多数情况下 three.js 不验证输入。确保所有输入均有效是你的应用的责任。
</p>
</body>
</html>

0 comments on commit ded0d14

Please sign in to comment.