root/OpenSceneGraph/trunk/src/osgFX/Registry.cpp
@
13041
| Revision 13041, 203 bytes (checked in by robert, 14 months ago) | |
|---|---|
|
|
| Line | |
|---|---|
| 1 | #include <osgFX/Registry> |
| 2 | |
| 3 | using namespace osgFX; |
| 4 | |
| 5 | |
| 6 | Registry* Registry::instance() |
| 7 | { |
| 8 | static osg::ref_ptr<Registry> s_instance = new Registry; |
| 9 | return s_instance.get(); |
| 10 | } |
| 11 | |
| 12 | Registry::Registry() |
| 13 | { |
| 14 | } |
Note: See TracBrowser
for help on using the browser.
