about the Perspective Projection

I am using a driving simulator which is programmed by OpenGL. Can someone tell me how the size of the objects in the simulation is changed with the simulated ditance. I know in perspective projection, we specify a frunstum. Is the image projected on the Near Clipping Plane or on a fixed Projection Plane. My programmer gave me a test program by which I can play with the parameters of Near Clipping Plane and Far Clipping Plane. I found that while I increased the value of the Near Clipping Plane (i.e. move it away from the COP), first nothing happened, then while passing certain value, the objects start to be cutted off from front until the whole thing disppeared. During this, the size of the objects didn’t change. This seems to me the image is projected on a fixed projection plane. Can someone tell me if I am right, and if yes, where and how I can adjust the distance between the COP and the fixed Projection Plane.

This should go into the “coding: beginners” board.