fbpx

Here's your free sample!

1.0.5. UV coordinates

This post is also available in…

Everyone has changed the skin of their favorite character for a better one. UV coordinates are directly related to this concept since they allow you to position a two-dimensional texture on the surface of a three-dimensional object. These coordinates act as reference points, which control the corresponding texels in the texture map to each vertex in the mesh.

The process of positioning vertices over UV coordinates is called UV mapping and is a process by which UV, that appears as a flattened, two-dimensional representation of the object’s mesh, is created, edited, and organized. You can access this property within your shader, either to position a texture on your 3D model or to save information in it.

(Fig. 1.0.5a. Vertices can be arranged in different ways within a UV map.)

The area of the UV coordinates is equal to a range between 0.0 and 1.0, where “zero” [0.0, 0.0] means the starting point and “one” [1.0, 1.0] to the endpoint.

(Fig. 1.0.5b. Graphic reference to the UV coordinates in a cartesian plane)

Follow us to stay informed about all the latest news, updates, and more.

Join the group to share your experiences with other developers.

Subscribe to our channel and keep learning game dev!

Jettelly Team

We are a team of indie developers with more than 9 years of experience in video games. As an independent studio, we have developed Nom Noms in which we published with Hyperbeard in 2019. We are currently developing The Unity Shader Bible.

Follow us on our social networks.