UVs overview
 
 
 

UV texture coordinates (UVs) provide a correlation between the vertex locations on a 3D polygonal model and the pixels on 2D bitmap image. Unless you are using PTEX painting, UVs are required whenever you want to paint on a 3D model, apply a texture map, or extract a normal or displacement map in Mudbox. UVs are either generated automatically by the 3D modeling application, laid out manually, or some combination of the two. A 2D UV map represents the flattened mesh and can be used as a template for creating a texture map or the UVs adjusted to match an existing image. This map stores the correlation between the pixel locations in the image and the vertices on the model.

You can adjust the 2D layout of the individual UV texture coordinates using a UV editor in a 3D modeling application (such as Maya, 3ds Max, and so on) or using third-party UV editing applications. These programs let you optimize the UV layout, as well as minimize seams and overlapping on the texture map so it appears correct whenever the model is painted or when a texture is extracted. Mudbox does not provide the ability for editing UVs on a model but you can view the existing UV layout and how your painted texture appears in 2D using the UV View.

Automatically generated UVs are often laid out by default to fit within a square area known as a UV tile within the UV texture space. The square UV tile corresponds directly to a square image that is created when you paint on the model. The size, shape, location, and scale of the 2D UV coordinates within that UV tile determine the location and amount of pixels on the image that are devoted to an area on the model.

Manually laying out the UV texture coordinates for a model lets you distribute the UVs over multiple UV tiles. You can position UVs outside of the default 0 to 1 UV range (provided your rendering application supports this) which helps to ensure that parts of the model requiring higher detail, can take advantage of the resolution (pixels) the image provides compared to having all of the UVs in one tile.

That is, you can place the UVs for a more prominent/important part of the model into its own UV tile region, and place less important UV components into another UV tile, and so on. If the UVs are laid out so they use multiple UV tiles you'll be able to take advantage of multiple high resolution painted maps and obtain much more texture detail on your models as a result.

Multiple UV tiles are also useful when extracting normal or displacement maps from a high resolution sculpted model as the sculpted detail can be captured more effectively using multiple high resolution images than with a single extracted map.

NoteThe number of tiled images you can work with in the 3D View is limited by the resolution of each image and the available GPU memory on your machine. Keep this in mind if you are painting multiple images across multiple UV tiles and notice a degradation in system performance. To let you work effectively using models with multiple UV tiles Mudbox automatically optimizes the display of textures by displaying only one texture and setting the display of the remaining textures with a random color until you manually turn on their display. For more information, see Paint across multiple UV tiles and Hide and show texture tiles on a model.

Related topics

Prepare a model for sculpting

View painted images with UVs

Painting overview

Paint across multiple UV tiles

Texture extraction overview

Troubleshoot texture extraction