throwawayerino
I want to draw an outline around a mesh. I have a simple shader ready but can’t seem to load it. Only the first technique in the material is being loaded.
I want to draw an outline around a mesh. I have a simple shader ready but can’t seem to load it. Only the first technique in the material is being loaded.
It seems Techniques are selected by Renderer::SetMaterialQuality() and LOD distance:
https://urho3d.github.io/documentation/HEAD/_materials.html
Our ‘Outline shader’ thread, with solutions modifying RenderPath:
Outline v2