提交 b198c22a 编写于 作者: J Justin Holdstock

Renamed traverseParents to traverseUp

上级 e06c50d1
......@@ -527,7 +527,7 @@ THREE.Object3D.prototype = {
},
traverseParents: function ( callback ) {
traverseUp: function ( callback ) {
if( this.parent ){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册