shader_type spatial; void vertex() { } void fragment() { ALBEDO = vec3(1.0, 1.0, 1.0); } void light() { DIFFUSE_LIGHT = vec3(0.0, 0.0, 0.0); }