OpenSceneGraph/examples/osgviewerIPhone/osgPlugins.h
2017-03-17 18:03:18 +00:00

20 lines
290 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(avfoundation)
//USE_OSGPLUGIN(freetype)