Adding a texture to a material

 
 
 

To see a texture on a model, attach a texture to a material property such as the Diffuse property. You can use Texture and Layered Texture assets with a material. For information on using Layered Texture assets, see Blending multiple textures.

For information on using the other types of textures, see Choosing texture types.

The following steps describe attaching a texture to a material’s Diffuse property.

When you attach a texture to the Diffuse property, you see the result of the texture on the model in the Viewer window. For all other material properties, a corresponding shader must also be applied to the model to see the result of the texture in the Viewer window. For example, to see the results of the Bump Map texture, apply a Bump Map shader to the model. For the remaining properties, a custom shader is needed. See Materials working with shaders and textures and Advanced material settings.

To add a texture to a material:

  1. Select the Shading Elements folder in the Asset browser.
  2. Drag a Texture asset onto a model in the Viewer window.
    NoteIf a material is already applied to the model, you can also drag the texture onto the material in the Scene browser.
  3. In the menu that appears, select Attach Texture to Material > Diffuse. A texture is added to the scene.

    The texture is attached to the material’s Diffuse property. If the model had no material applied to it, a new material is also added to the scene; the material is automatically applied to the model and the texture is attached to the material’s Diffuse property.

  4. Expand the Textures folder in the Scene browser.
  5. Double-click the texture to display the Texture settings.
  6. Select New Media in the Texture setting’s Media menu. A file browser opens.
  7. Browse for an image file, such as a .tga or .jpg, and click Open.

    The texture displays in the Texture settings. The texture may also display on the model, depending on how your model’s UVs are mapped.

  8. If you added a Texture or Layered Texture asset and the texture does not display on the model, you may need to adjust the position of the texture on the model. See Choosing a mapping method, Tiling your texture, and Rotating your texture.