-Alpha splatting        

A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0-9


Alpha splatting is used to allow multiple detail textures to be blended over each other according to an alpha map, that determines for each texture, where it is to be put. This is most often used for terrain, where you have many different undergrounds like dirt, walkways, grass, stone etc. This cannot be done with one pre-rendered texture, because it would require too much texture memory or look too coarse grained otherwise.

Image

'Material Requirements'

  • Image A mesh, for instance a landscape
  • Image A uvmap for the mesh
  • Image A texture containing the alpha map (this texture can contain colour channel informations, but it is ignored)
  • Image Detail textures for each underground type


A | B | C | D | E | F | G | H | I | J | K | L | M | N | O | P | Q | R | S | T | U | V | W | X | Y | Z | 0-9