mirror of
https://github.com/Relintai/material-maker.git
synced 2025-05-08 00:41:35 +02:00
7 lines
89 B
GLSL
7 lines
89 B
GLSL
shader_type spatial;
|
|
render_mode unshaded;
|
|
|
|
void fragment() {
|
|
ALBEDO = vec3(UV, 0.0);
|
|
}
|