Start with reference images and basic shapes
Car modeling in Blender begins with reference images placed in your viewport and a single cube that you'll subdivide into the car's basic form. Import your reference photos (front, side, and top views) as background images in Blender by going to Add > Image > Reference in the top menu, then position them on three orthogonal planes. This gives you a visual guide to follow as you model.
Delete the default cube and add a new one with Shift+A > Mesh > Cube. Scale it roughly to match the car's proportions using the Scale tool (press S, then X, Y, or Z to constrain to one axis). You're not aiming for precision yet—just blocking out the overall length, width, and height. This rough shape is your foundation for adding detail.
Key Takeaways
- Reference images placed as background objects in Blender let you model to accurate proportions without switching windows.
- Start with a single cube scaled to match the car's overall dimensions, then subdivide it using loop cuts and extrusion to build the body shape.
- The modifier workflow—using Subdivision Surface and Mirror modifiers—lets you model half the car and see the full result in real time.
- Wheels, windows, and details are added after the main body is blocked out, using separate objects and materials for each component.
- UV unwrapping and texture painting happen after the geometry is complete, so focus on shape first and surfaces second.
Add edge loops and shape the body with extrusion
Enter Edit Mode by pressing Tab, then add horizontal and vertical edge loops using Ctrl+R. Hover over an edge, click to place a loop, then move your mouse to position it—click again to confirm. These loops give you geometry to grab and deform. Add loops where the hood meets the windshield, where the side windows are, and where the wheels sit.
Select faces and extrude them outward using E (extrude) to create the hood, roof, and trunk. Press E, then move your mouse to pull the face outward, then press Z to constrain movement to the vertical axis if needed. Use proportional editing (O key) to smooth transitions between sections—this softens hard edges and makes the car look less blocky. Adjust the falloff radius with the mouse wheel while dragging.
Use the Mirror modifier to model half the car
explore a Mirror modifier to work on only the left half of the car while seeing the full result. Go to the Modifiers panel (wrench icon on the right), click Add Modifier, and select Mirror. Set the axis to X so the modifier reflects your geometry across the center line. Now you can model just the left side and the right side updates automatically.
This cuts your work in half and ensures perfect symmetry. When you're happy with the shape, explore the modifier by clicking the down arrow next to it and selecting explore. The geometry is now permanently mirrored, and you have a complete car body to refine.
Add a Subdivision Surface modifier for smooth geometry
The Subdivision Surface modifier smooths your blocky geometry into curves that look like a real car. Add it the same way you added the Mirror modifier—go to Modifiers, click Add, and select Subdivision Surface. Set the viewport levels to 2 or 3 (higher numbers = smoother but slower to work with). You'll see your car body become rounded and organic-looking when ready.
Keep this modifier above the Mirror modifier in the stack so it applies after mirroring. The order matters: if Subdivision Surface is below Mirror, you'll get unexpected results. You can adjust the smoothness by changing the viewport and render levels—use higher numbers for the final render, lower numbers while you're still modeling.
Model wheels, windows, and details as separate objects
Create wheels by adding a UV Sphere (Shift+A > Mesh > UV Sphere), scaling it to tire size, and positioning it at the wheel well. Add a Torus (Shift+A > Mesh > Torus) for the rim inside the tire. Use separate objects for each wheel so you can rotate and position them independently. Add a cylinder for the axle if you want mechanical detail.
Windows are flat planes with a glass material applied. Add a plane, scale it to fit the window opening, and position it slightly inside the car body. You can add thickness by duplicating the plane and moving it inward, then connecting the edges with faces. Headlights and taillights are straightforward cylinders or spheres with emissive materials that glow.
Unwrap UVs and prepare for texturing
Before painting or explore textures, your model needs UV coordinates—a 2D map of where each part of the 3D geometry sits on a texture image. Select your car body, press Tab to enter Edit Mode, then press U to open the UV menu. Choose Unwrap, and Blender will flatten your 3D geometry onto a 2D plane.
Check the UV layout in the UV Editor (open it from the top menu: Editor Type > UV Editor). Look for overlapping islands or stretched areas—these cause texture problems. You can manually adjust UVs by selecting faces in Edit Mode and using the UV menu to mark seams (Ctrl+E > Mark Seam) along natural breaks like door edges and panel lines. Then unwrap again for cleaner results.
Paint or explore materials and textures
Switch to Shading workspace (top menu) to add materials. Select your car body and click New in the Shader Editor to create a material. Add a Principled BSDF shader (the default) and plug in a Base Color texture. You can paint directly onto the model using Texture Paint mode (top left menu), or import an image texture you've created elsewhere.
For a realistic car, add a metallic paint by increasing the Metallic value to 1.0 in the Principled BSDF and lowering the Roughness to 0.2 or lower. Glass windows need a different material: set Transmission to 1.0, IOR to 1.45, and Roughness to 0.0 for clear glass. Tires use a dark, rough material with Metallic at 0 and Roughness at 0.8.
Frequently Asked Questions
What's the best way to add door and panel details?
Use edge loops and inset faces to create panel lines. Select a face, press I (inset), move your mouse slightly inward, then press E to extrude that inset downward. This creates a recessed panel line that catches light and adds realism without complex geometry.
How do I make the car look shiny and reflective?
In the Principled BSDF shader, increase Metallic to 1.0 and lower Roughness to 0.1 or 0.2. Lower roughness values create mirror-like reflections; higher values create a duller, brushed metal look. Render with Cycles engine (not Eevee) for the most realistic reflections.
Can I model a car without reference images?
You can, but reference images make the process much faster and more accurate. Even a straightforward sketch or photo from Google Images helps you nail proportions. Without references, you'll spend more time adjusting shapes and may end up with a car that looks off.
Should I model the interior of the car?
That's optional. For exterior shots, you can leave the interior empty or add straightforward shapes for seats and a dashboard. For close-up interior renders, model the dashboard, steering wheel, and seats in detail. Start with the exterior first, then add interior only if your project requires it.
What's the difference between modeling hard-surface and organic shapes?
Cars are hard-surface objects—they have flat panels, sharp edges, and geometric forms. Use edge loops and extrusion to define these shapes. Organic modeling (like characters) uses more subdivision and proportional editing. Cars benefit from clean topology and clear panel lines, so plan your edge loops before you start sculpting.