/** * @file atmosphericsF.glsl * * $LicenseInfo:firstyear=2005&license=viewerlgpl$ * $/LicenseInfo$ */ vec3 atmosLighting(vec3 light) { /* stub function for fallback compatibility on class1 hardware */ return light; }