Making speedometer and tachometer textures in Blender | [Part 4] Low poly vehicle for UE4

by Arthur Ontuzhan


Posted 4 years ago
Last edit 1 month ago

Share on

Introduction

This is the fourth 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 make speedometer and tachometer textures for our low-poly vehicle. I will use Blender 2.82, but newer versions also should work. We could use vector graphics software or any image editor to create these textures, but to not confuse ourselves with another software, we will just it simply in Blender.

You can find other parts here:

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

Speedometer texture creation

In the last part, we textured our vehicle but we still need textures for speedometer and tachometer which we will use in UE4. We will start by making a speedometer texture first.

We will start by adding another collection to our previous blender project and hiding the previous collection, so the vehicle model would not bother us.

  • Right mouse click in Outliner and then click New and then disable the first collection by unchecking it and select our new scene by clicking on it.

Now we should see an empty scene where we can create our texture. Let's start to create the texture by adding a circle to the scene.

  1. Press Shift+A and then in Mesh sub-menu select Circle.
  2. In the Add Circle widget set Vertices to 64.
  3. Enter edit mode - Press Tab.
  4. Select all vertices - Press A.
  5. Make face - Press F.
  6. Exit edit mode - Press Tab.

And now we have a basic filled circle in gray color. Let's add a material to it, so we could change its color.

  1. In the Material Properties section, click on the New button. I also renamed material to BackgroundColor.
  2. Change the Surface value to the Emission. We need to do this, because when we will render our textures out, we will not use any light sources, so this way materials will emit lights by themselves.
  3. Change Color to Black.

Now we should have a circle in black color. Now we can add stripes from which we will make sections for our speedometer.

  1. Press Shift+A and then in Mesh sub-menu select Plane.
  2. Change its dimensions to X 0.05 m, Y 0.2 m.
  3. Set its location to X 0 m, Y 0.85 m, Z 0.1 m. We move it on Z axis because we will capture texture from the top and we want it to be above our circle background.
  4. Add to plane Emissive material like we did with the circle, but set Color to White.

Now we need to duplicate this plane around our circle. There are many ways to do that, we could use an array modifier with an empty, or place them each of parts individually, but I think, that I might have found one of the laziest ways to do that.

  1. Change Transform Pivot Point to 3D Cursor and make sure that the 3D cursor is at its default location (Shift+C to reset 3D cursor position).
  2. Now press Shift+D and then press R, then press Z and type 22.5 and press Enter or left mouse click.
  3. Now repeat the previous action by pressing Shift+R multiple times until we have planes all around the circle.
  4. Switch to top Orthographic view by pressing Num 7 and select bottom 3 planes and delete them. See the result in the image below.

Now we will split our made sections into smaller sections with smaller size planes. First, let's add a smaller plane to the scene.

  1. Press Shift+A and then in Mesh sub-menu select Plane.
  2. Set its Material as our previous plane had.
  3. Change its dimensions to X 0.04 m, Y 0.2 m.
  4. Go into edit mode Tab.
  5. Select the plane's bottom edge and move it by 0.05 m on Y-axis - select edge then press G then press Y, type 0.05 and accept action by pressing Enter or left mouse click.
  6. Exit edit mode Tab.
  7. Set its location to X 0 m, Y 0.85 m, Z 0.1 m.
  8. Make sure that Transform Pivot Point is still set to the 3D cursor and it is at its default location (Shift+C to reset 3D cursor position).
  9. Rotate it around circle's center 11.25 degrees - press R, then press Z and type 11.25 and accept action by pressing Enter or left mouse click.

Let's duplicate this plane around the circle like we duplicated the previous one.

  1. Make sure that Transform Pivot Point is set to 3D Cursor and make sure that the 3D cursor is at its default location (Shift+C to reset 3D cursor position).
  2. Now press Shift+D and then press R, then press Z and type 22.5 and press Enter or left mouse click.
  3. Now repeat the previous action by pressing Shift+R multiple times until we have planes all around the circle.
  4. Switch to top Orthographic view by pressing Num 7 and select bottom 4 planes and delete them. See the result in the image below.

All that's left for our speedometer background texture is numbers.

  1. Press Shift+A and then select Text.
  2. In the Object Data Properties tab under the Font section set Size to 12.
  3. And In the Paragraph section set Horizontal Alignment to Center and Vertical Alignment to Center too.
  4. Move text object by 0.1 on the Z-axis so it would be over the circle plane - press G then press Z, type 0.1 and accept action by pressing Enter or left mouse click.
  5. Enter edit mode Tab.
  6. Delete text from our text object and set it to 0.
  7. Exit edit mode Tab.
  8. Set the Text Material to the same as our section planes have.

Now we should see the number 0 at the center of our circle. We need to duplicate it and set it next to our section markers.

  1. Set its location to X 0 m, Y 0.65 m, Z 0.1 m.
  2. Make sure that Transform Pivot Point is set to 3D Cursor and make sure that the 3D cursor is at its default location (Shift+C to reset 3D cursor position).
  3. Now press Shift+D and then press R, then press Z and type 22.5 and press Enter or left mouse click.
  4. Now repeat the previous action by pressing Shift+R multiple times until we have numbers all around the circle.
  5. Switch to top Orthographic view by pressing Num 7 and select bottom 3 text objects and delete them.
  6. Select all text objects and reset their rotation by pressing Alt+R.

All that's left is to set the right numbers for each text object.

  1. Select a text object.
  2. Enter edit mode Tab.
  3. Change number. You can see the chosen numbers in the image below.
  4. Exit edit mode Tab.
  5. Repeat steps to other text objects.

We are done with our speedometer background texture. We could add a camera to our scene and render our texture out, but before we do that, let's make a tachometer background and pointer.

Tachometer texture creation

A tachometer is created in the same way as we created speedometer, but with slight value changes. So in this part, I will have rough steps on what to do.

  1. Hide speedometer collection and make another collection and select it.
  2. Add the same circle as we had for the speedometer.
    • 64 vertices.
    • Fill the circle with a face.
    • Set the same Material as we had for the speedometer circle.
  3. Add a plane.
    • Set dimensions to X 0.05 m, Y 0.2 m.
    • Set location to X 0 m, Y 0.85 m, Z 0.1 m.
    • Set same Material as speedometer plains had.
    • Duplicate and rotate 45 degrees around Z-axis (Pivot point on 3D cursor).
    • Repeat the previous action by pressing Shift+R until full circle.
    • Delete only bottom plane.
  4. Add another plane.
    • Set dimensions to X 0.04 m, Y 0.2 m.
    • In edit mode move bottom edge by 0.05 m on Y-axis.
    • Set location to X 0 m, Y 0.85 m, Z 0.1 m and rotate by 22.5 degrees around Z-axis (Pivot point on 3D cursor).
    • Set the same Material as speedometer plains had.
    • Duplicate and rotate 45 degrees around Z-axis (Pivot point on 3D cursor).
    • Repeat the previous action by pressing Shift+R until full circle.
    • Delete bottom 2 planes.
  5. Add a text.
    • Set its font size to 16.
    • Set vertical and horizontal alignment to center.
    • Set same Material as speedometer plains had.
    • Set text to 0.
    • Set location to X 0 m, Y 0.65 m, Z 0.1 m.
    • Duplicate and rotate 45 degrees around Z-axis (Pivot point on 3D cursor).
    • Repeat the previous action by pressing Shift+R until full circle.
    • Delete the bottom text object.
    • Select all text objects and reset their rotations Alt+R.
    • Set text numbers as in the image below.

Ok. If you did steps, then you should have a tachometer background like in the image above. All that is left for us is to make a pointer that will point on values in our speedometer and tachometer.

Pointer texture creation

Our pointer will consist of a single plane. So it will not be hard to create it.

  1. Hide tachometer collection and make another collection and select it.
  2. Press Shift+A and then in Mesh sub-menu select Plane.
  3. Change its dimensions to X 0.2 m, Y 1.3 m.
  4. Go into edit mode Tab.
  5. Select the plane's bottom edge and set its global location to X 0 m, Y -0.15 m, Z 0 m.
  6. Select the plane's top edge and scale it on X-axis by 0.25 - Select edge, press S and then press X and type 0.25 and press Enter or left mouse click to accept action.
  7. Exit edit mode Tab.
  8. Add to plane Emissive material like we did in previous parts, but set Color to Red.

Now you should have pointer like in the image above. Now we are ready to render our textures out.

Rendering textures

At first, we need to set up a camera, so we could render things out.

  1. Press Shift+A and then select Camera.
  2. Reset camera rotation by pressing Alt+R.
  3. Move camera above our objects which we will render - Press G and then press Z, type 2 and press Enter or left mouse click to accept action.
  4. Into Object Data Properties tab set Lens Type to Orthographic and set Orthographic Scale to 200.
  5. Switch to camera view - press Num 0 or go to View -> Viewpoint -> Camera.

Now we see that our camera view is in a rectangular shape, but for our use case, it would be better to have a square shape. So we need to change our output resolution, so both sides would be the same size.

  • Into Output Poperties tab set Resolution X and Y to 1080px.

If we would render our textures right now, we would see that they have a gray background. For our case, we need a transparent background. Also, you might notice that we have a slight color grading for our textures, we need to turn off that too.

  • Into Render Properties tab in Film section check Transparent and in Color Management section set View Transform to Standard.

Now we can render out our textures.

  1. Press F12 or Render -> Render Image.
  2. In the opened Render window go to Image -> Save As... and decide where to save your image.
  3. Close Render window and disable currently enabled collection and enable collection from which we want to render out our texture.
  4. Repeat previous steps until we have all our 3 textures saved.

After you render all textures, you should get 3 textures that we will use later when we will set up our vehicle in UE4.

Video


Share on