20 lines
259 B
C
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)
|
||
|
|