13 #include <osg/Uniform>
36 virtual bool install(osg::StateSet* stateset);
39 virtual bool uninstall(osg::StateSet* stateset);
41 void setColor(
const osg::Vec4f& fogColor);
42 void setDensity(
float fDensity);
44 osg::Vec4f color(
void)
const;
45 float density(
void)
const;