Restructed the osgPresentation and present3D directories back to the structure that was present in OSG-3.2

git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/trunk@14759 16af8721-9629-0410-8352-f15c8da7e697
This commit is contained in:
Robert Osfield
2015-03-04 18:36:44 +00:00
parent 26d1679248
commit 8c8b8f3305
37 changed files with 127 additions and 130 deletions

View File

@@ -18,7 +18,7 @@
#include <osgGA/GUIEventHandler>
#include <osgPresentation/deprecated/SlideEventHandler>
#include <osgPresentation/SlideEventHandler>
namespace osgPresentation
{

View File

@@ -18,7 +18,7 @@
#include <osgGA/GUIEventHandler>
#include <osgPresentation/deprecated/SlideEventHandler>
#include <osgPresentation/SlideEventHandler>
namespace osgPresentation
{

View File

@@ -21,8 +21,8 @@
#include <osgGA/GUIEventHandler>
#include <osgViewer/Viewer>
#include <osgPresentation/deprecated/CompileSlideCallback>
#include <osgPresentation/deprecated/PropertyManager>
#include <osgPresentation/CompileSlideCallback>
#include <osgPresentation/PropertyManager>
namespace osgPresentation
{

View File

@@ -32,10 +32,10 @@
#include <osgVolume/VolumeTile>
#include <osgVolume/VolumeSettings>
#include <osgPresentation/deprecated/AnimationMaterial>
#include <osgPresentation/deprecated/SlideEventHandler>
#include <osgPresentation/deprecated/PropertyManager>
#include <osgPresentation/deprecated/Timeout>
#include <osgPresentation/AnimationMaterial>
#include <osgPresentation/SlideEventHandler>
#include <osgPresentation/PropertyManager>
#include <osgPresentation/Timeout>
namespace osgPresentation
{

View File

@@ -16,7 +16,7 @@
#include <osg/Transform>
#include <osgPresentation/deprecated/SlideEventHandler>
#include <osgPresentation/SlideEventHandler>
namespace osgPresentation {