Color Mode


    Language

3D model presentation in games (props)

June 23, 2020

Props are items that can interact with players in the game and have a certain influence on the attributes of the game characters.
There are two important criteria for judging whether an item is a prop:

  • First, can it interact with players?
  • Second, does the use of this item affect the character's attributes?

In games, props can be divided into three types according to the way they are used: use type, equipment type and plot type.

Let's have a look at an equipment prop as an example:

Equipment props, as the name implies, are things that can be equipped on the body. Different props are designed according to different characters and used in the game.

Step 1: Original painting

In order to design props, we first need the original painting (Figure 1). Take the props model as a concrete picture to build several specific visual frames for you to further create the 3D model.

Figure 1

Step 2: Prime model

The 3D model includes two kinds of modes: prime and color. The white model is added after the 3D model is built, which is a simple prime model which cannot be used in the game (Figure 2). Figure 2

Step 3: Color model

The color model is the artistic effect (as shown in Figure 3), that is finally presented in the game after the model is mapped (the model is put on colorful and textured clothes). PS: UV should be developed before drawing the map of the model (Figure 4). It is convenient to draw the map by tiling the model (the plain model wears clothes).

Figure 3

Figure 4

Figure 5

3D characters, props and scenes in games are produced following these three steps.

I hope that this introduction will let everyone understand the process of 3D model production in games.

3d

Author

HongYang Chen

HongYang Chen

3D

Like 3D animation research bone animation

You may also like

July 22, 2022

Code Coverage with SonarQube and Bitrise for Swift

At Monstarlab, we are using SonarQube to gather metrics about the quality of our code. One of the metrics we were interested in is code coverage. However, just running sonar-scanner on the project will not upload the coverage data to our instance of Sonar...

Marius Constantinescu

Marius Constantinescu

iOS

July 15, 2022

A Guideline to GitHub Actions with CI Pipeline

CI Pipelines help improve efficiency by automating complex workflows. With GitHub Actions, it's easier than ever to bring CI/CD directly into your workflow from your repository. Put together with the CI pipeline, a series of automated workflows that help ...

Sabrina Rashid

Sabrina Rashid

QA