diff --git a/doc/contents.html b/doc/contents.html
index 0afba7fc6..58d311701 100644
--- a/doc/contents.html
+++ b/doc/contents.html
@@ -3,7 +3,7 @@
- OSG Distribution
+ Contents of Distribution
@@ -19,6 +19,7 @@
Data |
Viewer |
Stereo |
+ Plan |
Reference Guides |
diff --git a/doc/data.html b/doc/data.html
index bee4ac207..7e9ec4ad9 100644
--- a/doc/data.html
+++ b/doc/data.html
@@ -3,7 +3,7 @@
- OSG Distribution
+ Data sources
@@ -19,6 +19,7 @@
Data |
Viewer |
Stereo |
+ Plan |
Reference Guides |
diff --git a/doc/demos.html b/doc/demos.html
index ba3a9d815..a533b6d99 100644
--- a/doc/demos.html
+++ b/doc/demos.html
@@ -3,7 +3,7 @@
- OSG Distribution
+ Demos
@@ -19,6 +19,7 @@
Data |
Viewer |
Stereo |
+ Plan |
Reference Guides |
diff --git a/doc/dependencies.html b/doc/dependencies.html
index 243cbd407..e159d70fd 100644
--- a/doc/dependencies.html
+++ b/doc/dependencies.html
@@ -3,7 +3,7 @@
- OSG Distribution
+ Compilation dependencies
@@ -19,6 +19,7 @@
Data |
Viewer |
Stereo |
+ Plan |
Reference Guides |
diff --git a/doc/documentation.html b/doc/documentation.html
index 5d2fd556d..8b3fa5550 100644
--- a/doc/documentation.html
+++ b/doc/documentation.html
@@ -20,6 +20,7 @@
Data |
Viewer |
Stereo |
+ Plan |
Reference Guides |
diff --git a/doc/index.html b/doc/index.html
index e767be517..8e208009a 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -20,6 +20,7 @@
Data |
Viewer |
Stereo |
+ Plan |
Reference Guides |
@@ -68,6 +69,11 @@
Documentation on the commandline paramters and environmential variables which control stereo. |
+
+ | Plan |
+ Details of development plans. |
+
+
| Reference Guides |
Reference guides of the core libraries. |
diff --git a/doc/install.html b/doc/install.html
index 5c6a610e2..3a2271c89 100644
--- a/doc/install.html
+++ b/doc/install.html
@@ -3,7 +3,7 @@
- OSG Distribution
+ Installation instructions
@@ -19,6 +19,7 @@
Data |
Viewer |
Stereo |
+ Plan |
Reference Guides |
diff --git a/doc/introduction.html b/doc/introduction.html
index e39d4ec95..00e98443a 100644
--- a/doc/introduction.html
+++ b/doc/introduction.html
@@ -3,32 +3,25 @@
- introduction to the OpenSceneGraph
+ Introduction to the OpenSceneGraph
+
diff --git a/doc/plan.html b/doc/plan.html
new file mode 100644
index 000000000..d35c048e2
--- /dev/null
+++ b/doc/plan.html
@@ -0,0 +1,97 @@
+
+
+
+
+
+ Plans for future developments
+
+
+
+
+
+
+
+Plans for future developments
+
+
+The plan for the next release after 0.8.45 is to from alpha (all 0.8 series version) to beta for the next release,
+at this point will bump the version number up to 0.9.0 and all subsequent 0.9 releases will be beta, uptill the
+release of 1.0. The current goal is to move to beta in early summer, with 1.0 in late summer, with SIGGRAPH
+being a possibility.
+
+
+Features planed for the next release (0.9.0) include:
+
+
+-
+New osg::Geometry drawable to deprecate osg::GeoSet, the new Geometry class
+will support multiple text coords, use std::vector<> for easy management of
+attributes.and support gl extensions to provide greater polygon performance.
+
+-
+Multi-texturing support in osg::Texture. osg::TexMat, osg::TexGen.
+
+-
+Multi-pass fallback for when multi-texturing is not supported.
+
+-
+Clean up the API for managing multi-stage and multi-pass rendering within the scene graph.
+
+-
+Replace osgGLUT with a cleaner windowing API for the demos, move osgGLUT
+out of the distribution and into the bazaar.
+
+-
+Introduce a new library osgGA, which acts as GUI abstraction layer, move the
+current osgUtil camera manipulators into osgGA.
+-
+Introduce a new library osgEnv/osgShapes, which adds support for creating shapes and
+environmental effects such as stars, planats, cloud layers and ground planes.
+
+
+
+Development of commerical add on libraries:
+
+
+-
+osgMP - cross platfrom library for transparently managing mulitpipe and
+cluster graphics systems. Similar in concept to OpenGL multipipe SDK, except cross
+platform and with support of graphics clusters.
+
+-
+osgLP - cross platform libary for support for light points.
+
+
+Professional services
+
+
+-
+Set up a support contract and support systems for confidential,
+email, phone and onsite support.
+-
+Set up the Open Scene Graph Professional License (OSGPL) which is
+conventional propriatary license.that allows companies to distribute
+projects that do not comply wiht the terms of the LGPL, such as turn
+key systems.
+
+
+For further details on osgMP, osgLP, OSGPL licensing, professional support and consultancy
+services contact Robert Osfield at robert@openscenegraph.com or
+Don Burns at don@andesengineering.com.
+
+
+
diff --git a/doc/sgv.html b/doc/sgv.html
index c548c4f67..c65ea06a3 100644
--- a/doc/sgv.html
+++ b/doc/sgv.html
@@ -3,7 +3,7 @@
- OSG Documentation
+ Scene graph viewer
@@ -20,6 +20,7 @@
Data |
Viewer |
Stereo |
+ Plan |
Reference Guides |
diff --git a/doc/stereo.html b/doc/stereo.html
index cfd0bdd1d..79ea445ea 100644
--- a/doc/stereo.html
+++ b/doc/stereo.html
@@ -3,7 +3,7 @@
- OSG Documentation
+ Native stereo support
@@ -20,6 +20,7 @@
Data |
Viewer |
Stereo |
+ Plan |
Reference Guides |
diff --git a/index.html b/index.html
index cb29dd8a0..fa9b94444 100644
--- a/index.html
+++ b/index.html
@@ -3,7 +3,7 @@
- OSG Documentation
+ Documentionn Index
@@ -20,6 +20,7 @@
Data |
Viewer |
Stereo |
+ Plan |
Reference Guides |
@@ -68,6 +69,11 @@
Documentation on the commandline paramters and environmential variables which control stereo. |
+
+ | Plan |
+ Details of development plans. |
+
+
| Reference Guides |
Reference guides of the core libraries. |