//! ifndef _constants_glsl //! define _constants_glsl "" //! ifdef HIGH_PRECISION //! define PI "3.141592653589793238462643383279" //! endif //! ifndef HIGH_PRECISION //! define PI "3.1415926" //! endif //! endif