Diffusemap (Material global keyword)

From modwiki

Jump to: navigation, search

Description

Creates a diffuse map stage in a material shader.

Usage

In the global section of your material shader type...

diffusemap [map]

Parameters

  • [map] - the relative path and file name from base to the specified diffuse map image.

Notes

This keyword is shorthand for...

{
 blend diffusemap
 map [map]
}


Personal tools
Main