Step 4 - Define material properties for the windows and the headlight glass

The car is still missing transparent windows and the headlight glass. Again, you use the same cubemap texture for the windows and the headlight glass as you did for the main body of the car, because you want to have the same environment reflection on the windows and the headlight glass as you do on the car.

In this step you define the material properties for the windows and the headlight glass.

Define the material properties for the windows

  1. In the Library > Materials and Textures > Materials select the Windows_1 material, and in the Properties set:

    • Material Type to VertexPhongTexturedCube

    • Texture to CarBody

    • TextureCube to CarBodyCubemapTexture

    • CubemapColor Lightness (L) property field to 109

    ../../_images/windows_1-in-library.png ../../_images/windows_1-properties-material-type.png ../../_images/windows_1-properties-texture.png ../../_images/windows-materials-set.png
  2. In the Properties make windows transparent by setting the Windows_1 material properties:

    • Blend Intensity to 0.66

    • Blend Mode to Alpha: Premultiplied

    ../../_images/windows-transparent-properties.png ../../_images/windows-transparent.png

Define the material properties for the headlight glass

  1. In the Library > Materials and Textures > Materials select the HeadlightGlass material, and in the Properties set:

    • Material Type to VertexPhongTexturedCube

    • Texture to CarBody

    • TextureCube to CarBodyCubemapTexture

    • CubemapColor Lightness (L) property field to 181

    ../../_images/headlightglass-in-library.png ../../_images/headlightglass-properties-material-type.png ../../_images/headlightglass-properties-texture.png ../../_images/headlights-materials-set.png
  2. In the Properties make the headlight glass transparent by setting the HeadlightGlass material properties:

    • Blend Intensity to 0.42

    • Blend Mode to Alpha: Premultiplied

    ../../_images/headlightglass-properties.png ../../_images/headlights-transparent.png

< Previous step | Next step >

See also

To learn more about material types, see Using material types.

To learn more about materials, see Using materials.

To learn more about cubemap textures, see Using cubemap textures.

To learn more about textures, see Textures.