/** 
 * @file atmosphericsV.glsl 
 *
 * $LicenseInfo:firstyear=2005&license=viewerlgpl$
 * $/LicenseInfo$
 */
 
#version 120

void setPositionEye(vec3 v);

void calcAtmospherics(vec3 inPositionEye)
{
	/* stub function for fallback compatibility on class1 hardware */
	setPositionEye(inPositionEye);
}