Ok turns out I just missed this setting ![]()
So, the good news: GLSL works now! ![]()
The bad news: The color scheme is awful (just white and some keywords bold)…
uniform float time;
void fragment() {
ALBEDO = vec3(time);
}
So I guess this issue is fixed, but we really need to do this soon: Use better color scheme for syntax highlighting
