OpenSceneGraph/examples/osgviewerIPhone/osgPlugins.h
2011-01-27 09:41:37 +00:00

20 lines
259 B
C

#pragma once
#include <osgViewer/GraphicsWindow>
#include <osgDB/Registry>
//windowing system
USE_GRAPICSWINDOW_IMPLEMENTATION(IOS)
//plugins
//USE_OSGPLUGIN(obj)
//USE_OSGPLUGIN(ive)
USE_OSGPLUGIN(osg)
USE_OSGPLUGIN(imageio)
USE_OSGPLUGIN(freetype)