提交 6d64a061 编写于 作者: M matias-capeletto

Remove Line Breaks at function calls

上级 2e128d82
......@@ -211,8 +211,7 @@ THREE.Mesh.prototype.raycast = ( function () {
b = indices[ i + 1 ];
c = indices[ i + 2 ];
intersection = checkBufferGeometryIntersection( this, raycaster, ray,
positions, uvs, a, b, c );
intersection = checkBufferGeometryIntersection( this, raycaster, ray, positions, uvs, a, b, c );
if( intersection ){
......@@ -233,8 +232,7 @@ THREE.Mesh.prototype.raycast = ( function () {
b = a + 1;
c = a + 2;
intersection = checkBufferGeometryIntersection( this, raycaster, ray,
positions, uvs, a, b, c );
intersection = checkBufferGeometryIntersection( this, raycaster, ray, positions, uvs, a, b, c );
if( intersection ){
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册