Coordinate units

Hi,
I am currently using opengl to perform realistic modelling. How can I specify my coordinate units in millimeters rather than in pixel units. Thanks a lot.

There are no units in OpenGL. If you want to draw your model using millimeter units, then say one OpenGL-unit is one millimeter and draw your model as usual.