From 8353fc0ed6eda587148a81a065cc08c25cf2005e Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 28 Aug 2002 15:28:11 +0000 Subject: [PATCH] Removed deprecated code from the distribution. Added .osg support for Texture1D and Texture3D. --- VisualStudio/osg/osg.dsp | 12 - VisualStudio/osgPlugins/osg/dot_osg.dsp | 6 +- doc/data.html | 2 +- include/osg/BoundingBox | 7 +- include/osg/BoundingSphere | 4 - include/osg/CopyOp | 5 +- include/osg/EarthSky | 18 - include/osg/Matrix | 19 - include/osg/Quat | 12 +- include/osg/StateAttribute | 6 - include/osg/Texture | 370 +++++++------ include/osg/Texture1D | 4 +- include/osg/Texture2D | 4 +- include/osg/Texture3D | 4 +- include/osg/TextureBase | 283 ---------- include/osg/TextureCubeMap | 4 +- include/osg/Transform | 61 --- include/osg/Transparency | 18 - src/Demos/osgcopy/osgcopy.cpp | 6 +- src/osg/CopyOp.cpp | 26 +- src/osg/Image.cpp | 2 +- src/osg/Makefile | 1 - src/osg/Matrix.cpp | 9 - src/osg/Quat.cpp | 16 - src/osg/StateSet.cpp | 1 - src/osg/Texture.cpp | 667 ++++++++++++++++-------- src/osg/Texture1D.cpp | 4 +- src/osg/Texture2D.cpp | 4 +- src/osg/Texture3D.cpp | 4 +- src/osg/TextureBase.cpp | 493 ------------------ src/osg/TextureCubeMap.cpp | 4 +- src/osg/Transform.cpp | 25 - src/osgPlugins/flt/GeoSetBuilder.cpp | 2 +- src/osgPlugins/osg/Makefile | 3 +- src/osgPlugins/osg/Texture.cpp | 192 +++---- src/osgPlugins/osg/Texture1D.cpp | 70 +++ src/osgPlugins/osg/Texture2D.cpp | 7 +- src/osgPlugins/osg/Texture3D.cpp | 70 +++ src/osgPlugins/osg/TextureBase.cpp | 263 ---------- src/osgPlugins/osg/Transform.cpp | 22 - src/osgUtil/SceneView.cpp | 4 +- 41 files changed, 911 insertions(+), 1823 deletions(-) delete mode 100644 include/osg/EarthSky delete mode 100644 include/osg/TextureBase delete mode 100644 include/osg/Transparency delete mode 100644 src/osg/TextureBase.cpp create mode 100644 src/osgPlugins/osg/Texture1D.cpp create mode 100644 src/osgPlugins/osg/Texture3D.cpp delete mode 100644 src/osgPlugins/osg/TextureBase.cpp diff --git a/VisualStudio/osg/osg.dsp b/VisualStudio/osg/osg.dsp index 871b436b1..defaaa2d1 100755 --- a/VisualStudio/osg/osg.dsp +++ b/VisualStudio/osg/osg.dsp @@ -381,10 +381,6 @@ SOURCE=..\..\src\osg\Texture.cpp # End Source File # Begin Source File -SOURCE=..\..\src\osg\TextureBase.cpp -# End Source File -# Begin Source File - SOURCE=..\..\src\osg\Texture1D.cpp # End Source File # Begin Source File @@ -533,10 +529,6 @@ SOURCE=..\..\include\osg\ClearNode # End Source File # Begin Source File -SOURCE=..\..\include\osg\EarthSky -# End Source File -# Begin Source File - SOURCE=..\..\Include\Osg\Export # End Source File # Begin Source File @@ -777,10 +769,6 @@ SOURCE=..\..\Include\Osg\Texture # End Source File # Begin Source File -SOURCE=..\..\Include\Osg\TextureBase -# End Source File -# Begin Source File - SOURCE=..\..\Include\Osg\Texture1D # End Source File # Begin Source File diff --git a/VisualStudio/osgPlugins/osg/dot_osg.dsp b/VisualStudio/osgPlugins/osg/dot_osg.dsp index ce7c897a1..b5201e708 100755 --- a/VisualStudio/osgPlugins/osg/dot_osg.dsp +++ b/VisualStudio/osgPlugins/osg/dot_osg.dsp @@ -278,7 +278,7 @@ SOURCE=..\..\..\src\osgPlugins\osg\Texture.cpp # End Source File # Begin Source File -SOURCE=..\..\..\src\osgPlugins\osg\TextureBase.cpp +SOURCE=..\..\..\src\osgPlugins\osg\Texture1D.cpp # End Source File # Begin Source File @@ -286,6 +286,10 @@ SOURCE=..\..\..\src\osgPlugins\osg\Texture2D.cpp # End Source File # Begin Source File +SOURCE=..\..\..\src\osgPlugins\osg\Texture3D.cpp +# End Source File +# Begin Source File + SOURCE=..\..\..\src\osgPlugins\osg\TextureCubeMap.cpp # End Source File # Begin Source File diff --git a/doc/data.html b/doc/data.html index 7e9ec4ad9..2b5bcb78b 100644 --- a/doc/data.html +++ b/doc/data.html @@ -30,7 +30,7 @@