Difference between revisions of "Overlays"

From UMAWiki
Jump to: navigation, search
(Created page with "Each slot requires at least one overlay set but usually receives a list of them. Overlays carries all the necessary textures to generate the final material(s) and might have e...")
 
Line 6: Line 6:
  
 
[[Slots]]
 
[[Slots]]
 +
 
[[UMA Material]]
 
[[UMA Material]]

Revision as of 04:03, 5 February 2017

Each slot requires at least one overlay set but usually receives a list of them. Overlays carries all the necessary textures to generate the final material(s) and might have extra information on how they are mapped. The first overlay in the list provides the base textures, and all other overlays included are combined with the first one, in sequence, generating the final atlas.

UMA standard shader requires three textures provided by overlays, one texture for Albedo/Diffuse color, one texture for Normal map, and Metallic/Roughness.

See Also

Slots

UMA Material