This is my first detailed tutorial : each command is described, with keyboard shortcut given if available.
Please don't be afraid by the length, you just have to sit and follow this step-by-step : nothing to guess or read between lines.
Before starting Blender
Get the blueprint :) See my ressources page to have some link to start with.
Then search for car dimensions : length, height, width (take care of which width it's : including sidemirrors or not, for example).
I use metric system but it doesn't matter to use another : just stay coherent from one car to another, in case you want to mix scenes : whole cars, rims, environment, etc.) A Blender unit will represent a meter in my scenes.
Scene setup
Start blender with default scene : a cube, a lamp, a camera.
Remove lamp and camera. Select the cube and enter edit mode. By default cube edges have length of 2.0 units. You can verify it by using "Edge Length" button in Editing panel (F9)
This value of 2.0 means (for the use I make of Blender units) 2.0 meters. Size the cube by a 0.5 factor to have edges of 1.0 (it will be 1 meter) :
Move the cube upward (Z axis) by 0.5 :
You have now a cube whom bottom is at Z=0 :
I take the following sample values for car dimensions :
Now resize the cube according to car dimensions :
You get the following cube :
In the previous picture, only two vertices are selected : the upper-most on the left side (from inside the car). Select these two vertices on your own cube, using RMB for first one and Shift+RMB for the second one. Then remove the edge by pressing XKEY, choosing "Edges" in the popup menu. You get the following :
Why doing this : to keep only 4 faces on it : the four view of a common blueprint : top, side, front and rear. One more step : invert the normals : press "Flip Normals" button in Editing panel (F9). You can check the normals are directed toward the inside of the cube by clicking "Draw Normals" in the same panel :
Why having in-normals ? This way you can have a glimpse of top print by putting it in the bottom face of the cube and looking to it from top view (NUMPAD 7). Just now have to put the blueprint on it :)
Blueprint time !
Before actually putting blueprint, we have to split the current 3D view in 2 parts :
To do it, move mouse cursor just between menu bar (at top of window) and 3D view (that's it, on the border line). The cursor changes to a vertical double-arrow. Press MMB and select "Split Area" in the popup menu : click in the 3D view to split it. Then you get two 3D views.
In the right one, change window type to "UV/Image Editor". You get the following screen :
You're ready !
In 3D view :
In UV/Image Editor :
You get the following screen (image credits go to the one owning the rights) :
I wrote to select all view just to make sure image is loaded for all 4 views. But now you have to work one view at a time :
You get the following :
Now in 3D view press ALT+ZKEY to select "Textured" as "Draw Type" (available also at bottom of 3D view)
You can see 3 things :
Go back in UV/Image Editor, select all corners using AKEY and rotate the picture 90° (or 270°, as needed) using RKEY and typing 90 (or 270). Redo the line-up work side by side, and this time you're done.
Do it 3 times more for the other views :
You may have noticed I put front view in rear face, and rear view in front face. It's not a trick, the same is for the left view (being in right face) and top view (being in bottom face). Using inversed normals, the face supporting the front view points toward the front (and so on for other views) : this is correct lineup.
Congratulations, blueprint setup completed !