I'm required to calculate the intersection point of a light ray and a plane, I'm given the following- normal vector to the plane, a point on the plane, my light source point in space and thats it. now I know that in order to calculate the intersection point I need the directional vector V from the light source towards the intersection point but I have no idea how I can find it since usually in order to find the directional vector I would calculate V = (intersectionPoint - sourcePoint) but this time I dont have the intersection point... (to make it more understandable , I have - P0, N, Q0, trying to get V and P.
thanks in advance !