641642643644645646647648649650651
ray = new Ray3D(mouseRayPos, mouseRayDir.invert()); intersect = plane.getIntersectionWithRay(ray); } ray = new Ray3D(mouseRayPos, mouseRayDir); ray.addSelf(focusCentre); //if(this.mouseDown) // GLOBAL.debugRay = ray; if (intersect != null) {