Archive 17/01/2023.

Material blending

smellymumbler

In UDK, it’s possible to blend materials together in order to break repetitive patterns: http://www.chrisalbeluhn.com/UT3_Add_variation_to_repeating_textures_Tutorial.html

Is that something doable with the built-in Urho material system?

rku

No, you will have to implement it yourself in the shader, just like in UDK. The only difference is that in UDK you use node graph to assemble shader and in urho you write shader code.