Skip to main content
Monthly Archives

September 2015

How-to improve Unity terrain texturing tutorial

By Tutorials

You have probably experienced stretched and ugly-looking textures on steep slopes when using the terrain engine in Unity. It is caused by a simple planar UV mapping that is employed by the built-in terrain shader. The problem can be solved by applying the triplanar texture mapping. It gives nice-looking textures on vertical surfaces and other complex shapes. This tutorial explains how the technique works, and it provides simple code examples.
Triplanar Unity terrain Read More