提交 115b3111 编写于 作者: L libra guest

add setSource

上级 02002210
......@@ -282,5 +282,12 @@
return intersects;
};
THREE.Ray.prototype.setSource = function ( origin, direction){
this.origin = origin;
this.direction = direction;
}
}( THREE ) );
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册