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