Skip to content

Commit

Permalink
Merge pull request mrdoob#15375 from LuHaoPeng/patch-1
Browse files Browse the repository at this point in the history
Docs: Correct typo
  • Loading branch information
mrdoob authored Dec 5, 2018
2 parents 1cd938a + aab56f7 commit 1675680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/zh/introduction/FAQ.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h2>如何在窗口调整大小时保持场景比例不变?</h2>
<h2>为什么我的物体的一部分是不可见的?</h2>
<p>
这可能是由于面消隐而导致的。面是具有朝向的,这个朝向决定了哪边是正面或者哪边是背面。
在正常情况下,渲染时会将背面进行消隐。要查看这是不是你所遇到的问题,请将material的slide更改为THREE.DoubleSide。
在正常情况下,渲染时会将背面进行消隐。要查看这是不是你所遇到的问题,请将material的side更改为THREE.DoubleSide。
<code>material.side = THREE.DoubleSide</code>
</p>
</body>
Expand Down

0 comments on commit 1675680

Please sign in to comment.