void MAIN() { BASE_COLOR = vec4(1.0, 0.0, 1.0, 1.0); // the above on its own would be purple, make it more blueish with emissive EMISSIVE_COLOR = vec3(0.0, 0.0, 0.8); }