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

Minor tweaks

上级 2d3ed545
......@@ -244,7 +244,7 @@
THREE.Ray.prototype.precision = 0.0001;
THREE.Ray.prototype.set = function ( origin, direction){
THREE.Ray.prototype.set = function ( origin, direction ) {
this.origin = origin;
this.direction = direction;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册