JS check whether point is in 3d model.
By algorithm that "Raycast once from the point to any direction, then check the intersects num, if is odd, the point is in the geometry."
inspired by https://blender.stackexchange.com/questions/31693/how-to-find-if-a-point-is-inside-a-mesh
related info: mrdoob/three.js#14818