- Texture splatting
In
computer graphics , texture splatting is a method for combining different textures. The method works by applying an alphamap to the higher levels, revealing the layers underneath where the alphamap is partially or completely transparent. The term wascoined byCharles Bloom .Fact|date=September 2007Optimizations
Since texture splatting is commonly used for
terrain rendering incomputer game s, various optimizations are required. Because the underlying principle is for each texture to have its ownalpha channel , large amounts of memory can easily be consumed. As a solution to this problem, multiple alpha maps can be combined into one texture using the red channel for one map, the blue for another, and so on. This effectively uses a single texture to supply alpha maps for four real-color textures.Terrains can also be split into
chunk s where each chunk can have its own textures. Say there is a certain texture on one part of the terrain that doesn’t appear anywhere else on it: it would be a waste of memory and processing time if the alpha map extended over the whole terrain if only 10% of it was actually required. If the terrain is split into chunks then the alpha map can also be split up according to the chunks and so now instead of 90% of that specific map being wasted only 20% may be.ee also
*
Decal External links
* [http://www.cbloom.com/3d/techdocs/splatting.txt Charles Bloom on Texture Splatting]
* [http://www.gamedev.net/reference/articles/article2238.asp Texture Splatting] inDirect3D
Wikimedia Foundation. 2010.