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

Merge pull request #8181 from Wilt/patch-1

Return geometry after calling applyMatrix()
......@@ -142,6 +142,8 @@ THREE.BufferGeometry.prototype = {
}
return this;
},
rotateX: function () {
......
......@@ -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.
先完成此消息的编辑!
想要评论请 注册