提交 6fbd9499 编写于 作者: Z zhaoy

format the code

上级 1defbe93
......@@ -155,7 +155,7 @@ Object.assign( Frustum.prototype, {
p.y = plane.normal.y > 0 ? box.max.y : box.min.y;
p.z = plane.normal.z > 0 ? box.max.z : box.min.z;
if(plane.distanceToPoint( p ) < 0){
if ( plane.distanceToPoint( p ) < 0 ) {
return false;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册