aboutsummaryrefslogtreecommitdiffstats
path: root/tests/baseline/data/reflectionprobe/custom_shader.frag
blob: 7fe169a4d548bc5f212ec8c8f825cde97a0c252e (plain)
1
2
3
4
5
6
7
void MAIN()
{
    METALNESS = 0.5;
    ROUGHNESS = 0.0;
    FRESNEL_POWER = 5.0;
    SPECULAR_AMOUNT = 1.0;
}