#include using namespace osgFX; Registry* Registry::instance() { static osg::ref_ptr s_instance = new Registry; return s_instance.get(); } Registry::Registry() { }