they are hardcoded in main3d.frag.glsl instead of using the material's: ``` vec4 colorBlend = vec4(0.0); // @TODO vec4 colorFog = vec4(1.0, 0.0, 0.0, 1.0); // @TODO ```
they are hardcoded in main3d.frag.glsl instead of using the material's: