提交 71a3c068 编写于 作者: M Mr.doob

Updated builds.

上级 ad52ec86
......@@ -40515,6 +40515,8 @@
return function update() {
this.light.updateMatrixWorld();
var coneLength = this.light.distance ? this.light.distance : 1000;
var coneWidth = coneLength * Math.tan( this.light.angle );
......
此差异已折叠。
......@@ -40509,6 +40509,8 @@ SpotLightHelper.prototype.update = function () {
return function update() {
this.light.updateMatrixWorld();
var coneLength = this.light.distance ? this.light.distance : 1000;
var coneWidth = coneLength * Math.tan( this.light.angle );
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册