diff --git a/NEWS.txt b/NEWS.txt index bbd2c6678..808c5bb7a 100644 --- a/NEWS.txt +++ b/NEWS.txt @@ -1,10 +1,13 @@ OSG News (most significant items from ChangeLog) ================================================ -13th August 2004 - OpenSceneGraph-0.9.7-2 +17th August 2004 - OpenSceneGraph-0.9.7-2 Build fixes for VisualStudio6.0. Fixes for osgFX registry support. + Fixes to osg::Image::flipVertical() adding support for mipmaps and + compressed textures. + DDS plugin now can vertically flip images by using "flip" Options string. Added support in osgTerrain for reading imagery with color tables. diff --git a/doc/dependencies.html b/doc/dependencies.html index e8efbbb40..534310152 100644 --- a/doc/dependencies.html +++ b/doc/dependencies.html @@ -47,6 +47,24 @@ dependencies at all. A plugin is only needed if you need to load that specific file format, so it is not critical if you don't have all the required dependencies.
+
+Under UNIX you can take advantage of flexibility in the build system +that allows you to manually define the external dependencies that are +installed on your system.  To override the default dependencies +copy the Make/dependencies file to a directory of choosing, and then +point to this file by setting the OSG_DEPENDENCIES environmental +variable to point to this file.  Then edit this file to reflect +which dependencies are present. i.e
+
+    cd /home/osguser/OpenSceneGraph
+    cp Make/dependencies my_custom_osg_dependencies
+    export +OSG_DEPENDENCIES=/home/osguser/OpenSceneGraph/my_custom_osg_dependencies
+    myfavorite-editor my_custom_osg_dependencies
+
+When editing the file, simple change the no to yes, and visa-versa +where apporpriate.
+

Windows dependency archives

@@ -92,7 +110,8 @@ guessed it, Producer... http://www.andesengineering.com/Producer
-
  • src/osgTerrain - The optional osgTerrain library depends upon GDAL to load large scale imagery and DEM's.
  • +
  • src/osgTerrain - The optional osgTerrain library depends upon +GDAL to load large scale imagery and DEM's.


  • -
  • src/osgTerrain & src/osgPlugins/gdal
  • +
  • src/osgTerrain & src/osgPlugins/gdal

  • The GDAL plugin uses GDAL to load large scale imagery and DEM's.