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

Merge branch 'ray' of git://github.com/gero3/three.js into dev

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