提交 9edf4476 编写于 作者: M Mr.doob

Fixed HemisphereLight example.

上级 d1e7b1dc
......@@ -278,12 +278,12 @@
case 72: /*h*/
hemiLight.visible = !hemiLight.visible;
hemiLight.intensity = 0.6 - hemiLight.intensity;
break;
case 68: /*d*/
dirLight.visible = !dirLight.visible;
dirLight.intensity = 1 - dirLight.intensity;
break;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册