mirror of
https://github.com/Relintai/material-maker.git
synced 2024-12-23 21:16:54 +01:00
7 lines
89 B
GLSL
7 lines
89 B
GLSL
shader_type spatial;
|
|
render_mode unshaded;
|
|
|
|
void fragment() {
|
|
ALBEDO = vec3(UV, 0.0);
|
|
}
|