material-maker/addons/procedural_material/paint_tool/show_uv.shader

7 lines
89 B
GLSL

shader_type spatial;
render_mode unshaded;
void fragment() {
ALBEDO = vec3(UV, 0.0);
}