diff --git a/face.html b/face.html index d3c8acd..f53512f 100644 --- a/face.html +++ b/face.html @@ -190,17 +190,7 @@ positions.needsUpdate = true; console.log("{x:", intersection.point.x,", y:", intersection.point.y, ",z:", intersection.point.z, "}"); - console.log("{x:", intersection.normal.x,", y:", intersection.normal.y, ", z:", intersection.normal.z, "}"); - // if (intersection.normal.y>0) - // { - // console.log("y:", intersection.normal.y); - // console.log("y:", intersection.point.y); - // } - // if (intersection.point.y>0) - // { - // console.log("y:", intersection.point.y); - // console.log("y:", intersection.normal.y); - // } + intersection.intersects = true; intersects.length = 0;