提交 a266e460 编写于 作者: W Wilt

Return geometry after calling applyMatrix()

Return geometry (`this`) after calling `applyMatrix():`
上级 426bbdae
......@@ -87,6 +87,8 @@ THREE.Geometry.prototype = {
this.verticesNeedUpdate = true;
this.normalsNeedUpdate = true;
return this;
},
rotateX: function () {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册