Home | History | Annotate | Download | only in water

Lines Matching defs:ray

109     protected Ray ray = new Ray();
189 //update ray
190 ray.setOrigin(sceneCam.getLocation());
191 ray.setDirection(sceneCam.getDirection());
205 if (!ray.intersectsWherePlane(plane, targetLocation)) {
206 ray.setDirection(ray.getDirection().negateLocal());
207 ray.intersectsWherePlane(plane, targetLocation);