Modeling low poly vehicle wheels in Blender | [Part 2] Low poly vehicle for UE4

by Arthur Ontuzhan


Posted 4 years, 2 months ago
Last edit 3 weeks, 5 days ago

Share on

Introduction

This is the second part of the tutorial series on how to create a low poly vehicle for Unreal Engine 4 using Blender and other free software. You can see the outcome of the tutorial series or get project files here.

In this tutorial, we will model low-poly vehicle wheels in Blender. I will use Blender 2.81, but newer versions also should work.

You can find other parts here:

Also, there's a video if you have difficulties to understand some parts.

Modeling

Modeling wheel

If you have completed the previous tutorial, you should have a vehicle base which looks like in the image below. Well, it will be hidden pretty much the whole tutorial.

At first, we will add Circle mesh from which we will model out a wheel and an empty which will help with one modifier.

  1. Select the vehicle mesh and hide it by pressing H (press Alt+H to unhide hidden objects).
  2. Add Circle mesh - press Shift + A and then in Mesh sub-menu select Circle.
  3. In the Add Circle widget set its Radius to 0.3 m and Vertices to 32.
  4. Add Empty object - press Shift + A and then in Empty sub-menu select Plain Axes.
  5. Select Empty object and set its Z rotation to 45 degrees. Rotation will help us with the array modifier later.
  6. Switch view to Top Orthographic view - Num 7.
  1. Select circle mesh and go into edit mode Tab.
  2. Select 1/8 of the circle, that is 4 edges if your circle has 32 vertices.
  3. Invert selection - press Ctrl+ I. In the image below you should see how selection should look at the end
  4. Delete selected edges - press X and select Edges.

Now we should have 1/8 of the circle. We will use an array modifier now, to get back circle. It might seem stupid, but it will save us time on creating a base for the wheel.

  1. Add the Array Modifier to the mesh.
  2. Set Count to 8.
  3. Uncheck Relative Offset.
  4. Check Object Offset.
  5. Select Empty as the object for offset.

You should now see full circle again. If it is still 1/8 of the circle, then check if you have rotated empty 45 degrees on Z-axis.

  1. Make sure that Transform Pivot Point is set to the 3D cursor and 3D cursor is in the center of the circle.
  2. In the Edit mode select circle edges.
  3. Extrude edges and then scale them to 0 - Press E then S and type 0 and accept action by left mouse click or pressing Enter.

We have filled circle now. Now we will divide it into segments by using loop cuts.

  1. Hover the mouse cursor over faces and add loop cut by pressing Ctrl+ R.
  2. Accept loop count by left mouse click or pressing Enter and accept loop location by left mouse click or pressing Enter
  3. While the loop is selected, scale it by 1.8. Press S and type 1.8 and accept action by left mouse click or pressing Enter. Make sure that Transform Pivot Point is set to the 3D cursor.
  4. Now in the inner piece of circle add another edge loop and scale it again by 1.8 like in the previous step.
  5. Again in the inner piece of circle add edge loop and scale it by 0.5.
  6. Select the biggest segment faces. You can see how it should look in the image below.
  1. Delete previously selected faces - Press X and select Faces.
  2. Now between segments make 2 connected faces by selecting vertices and making face by pressing F. Look in the image below to see how faces should be placed. For more detailed information, you can look in the video.
  1. Go to object mode - Tab.
  2. Apply Array Modifier - press the Apply button in the modifier panel.
  3. Go to edit mode - Tab.
  4. Select all vertices by pressing A.
  5. Merge duplicate vertices - Press Alt+M and in the menu select By Distance.
  6. While all vertices are selected rotate mesh around X-axis by 90 degrees - Press R and type 90 and accept action by left mouse click or pressing Enter.

Now we can our 2D plane make into a 3D object.

  1. While the whole object is selected, extrude it by 0.1 - Press E and type 0.1 and accept action by left mouse click or pressing Enter.
  2. On extruded face select only 2 outer rows with faces and extrude again by 0.2 - Select faces, press E and type 0.2 and accept action by left mouse click or pressing Enter.

Now we have a cylinder-like shape object.

  1. Select outer circle edge loops on both sides. Look in the image below to understand more.
  2. Set Transform Pivot Point to Bounding Box Center.
  3. Scale edge loops by 1.05 on Y-axis - Press S and then press Y and type 1.05 and accept action by left mouse click or pressing Enter.

We have one edge loop at the outside of the wheel mesh. We need to move it to the center of the object. We could try to eyeball the center and move it by hand or calculate by how much we need to move it, but I think the faster and more precise way is just to dissolve the middle edge loop and then add a new edge loop, which will automatically set on the middle of the mesh.

  1. Select middle edge loop - Hold down Alt and click on one of the loop edges.
  2. Dissolve edges - Press X and select Dissolve Edges.
  3. Add edge loop - Hover over mesh with the mouse cursor and press Ctrl + R, then accept action by left mouse click or pressing Enter and cancel edge loop move by pressing right mouse click or Esc.
  1. Select faces around the wheel.
  2. In the Select menu select Checker Deselect.
  3. Extrude selected faces out from the mesh center - Press E then S and then Shift+Y and type 1.1 and accept action by left mouse click or pressing Enter.
  4. While our extruded faces are still selected, scale them on Y-axis by 0.9 - Press S then Y and type 0.9 and accept action by left mouse click or pressing Enter.
Adding brake disc

We have our wheel done. Now we will add really stylized and simple brake disc.

  1. Select inside wheel faces that assemble a small circle. Look in the image below.
  2. Extrude by 0.1 - Press E and type 0.1 and accept action by left mouse click or pressing Enter.
  3. Extrude again by 0.01 - Press E and type 0.01 and accept action by left mouse click or pressing Enter.
  1. Select the face loop at the end of the previously extruded cylinder.
  2. Extrude faces outwards - Press E then S and then Shift+Y and type 2.5 and accept action by left mouse click or pressing Enter.
Adding seams

To have fewer things to do when we will texture our model, we will mark seams to our model.

  1. Select edges as shown in the image below. Seams should separate the tire from the rim and the rim from the brake disc part.
  2. Press Ctrl+E and select Mark Seam.
Adding brake caliper

We will not add brake caliper to the wheel mesh, we will make it as additional object, because later we will add it to our vehicle base mesh.

  1. Exit edit mode - Tab.
  2. Add Cube mesh - press Shift + A and then in Mesh sub-menu select Cube.
  3. Change its dimensions to X 0.08 m, Y 0.05 m, Z 0.15 m.
  4. Enter edit mode - Tab.
  5. Add horizontal loop cut - Hover over mesh with the mouse cursor and press Ctrl + R, then accept action by left mouse click or pressing Enter and cancel edge loop move by pressing right mouse click or Esc.
  6. Move loop by -0.02 m on X-axis - Press G then press X and type -0.02 and accept action by left mouse click or pressing Enter.
  7. Exit edit mode - Tab.
  8. Set its location to X -0.12 m, Y -0.2 m, Z 0 m.

Now we should see really basic brake caliper on the brake disc in the wheel.

Finalizing wheel

At first, we will set our both mesh shading to smooth and apply Auto Smooth to them.

  1. In the object mode select both meshes.
  2. Right-click while the mesh is selected and select Shade Smooth.
  3. In Object Data Properties tab in Normals section check Auto Smooth. This will add Auto Smooth to just an active object.
  4. Activate other mesh and repeat the previous step.

Also, we will set the brake caliper's parent to the wheel. It will help with brake caliper placing later when we will duplicate them and move around.

  1. Select brake caliper and then by holding Shift select wheel.
  2. Press Ctrl+P and select Object.

After object parenting, in the Outliner we should see brake caliper cube object under Wheel Circle object as in the image above.

We will not duplicate our wheels now and set them to the vehicle base, because in the next tutorial we will texture our objects, and we don't want to texture 4 wheels when we can texture one and then duplicate it textured.

Video


Share on