OpenSceneGraph/doc/plan.html

78 lines
2.5 KiB
HTML
Raw Normal View History

2004-08-17 15:43:30 +08:00
<!DOCTYPE html PUBLIC "-//w3c//dtd html 4.0 transitional//en">
<html>
<head>
2004-08-17 15:43:30 +08:00
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<meta name="GENERATOR"
content="Mozilla/4.77 [en] (X11; U; Linux 2.4.3-20mdk i686) [Netscape]">
<title>Plans for future developments</title>
</head>
2004-08-17 15:43:30 +08:00
<body text="#000000" bgcolor="#ffffff" link="#0000ff" vlink="#990066"
alink="#ff0000">
<img src="images/OpenSceneGraphBanner_Distribution.jpg">
<table>
2004-08-17 15:43:30 +08:00
<tbody>
<tr>
<td><a href="index.html">Index</a></td>
<td><a href="introduction.html">Introduction</a></td>
<td><a href="contents.html">Contents</a></td>
<td><a href="install.html">Install</a></td>
<td><a href="dependencies.html">Dependencies</a></td>
<td><a href="examples.html">examples</a></td>
<td><a href="data.html">Data</a></td>
<td><a href="osgviewer.html">Viewer</a></td>
<td><a href="stereo.html">Stereo</a></td>
<td><a href="osgdem.html">osgdem</a></td>
<td><a href="plan.html">Plan</a></td>
<td><a href="documentation.html">Reference Guides</a></td>
</tr>
</tbody>
</table>
<h2>
<u>Plans for future developments</u></h2>
Now we have reached the beta phase (0.9.x) of OpenScenegGraph project,
2004-08-17 15:43:30 +08:00
and are now working towards the full 1.0 release, with a likely release
date in second half of 2004.
<h3>Future work include:</h3>
<ul>
2004-08-17 15:43:30 +08:00
<li>
StateSet composite structure for managing multi-pass effects and
alternate rendering implemations. This will allow one to manage the use
of extensions and provide effecient fallback rendering paths.</li>
<li>
Clean up the API for managing multi-stage and multi-pass rendering
within
the scene graph.</li>
2004-08-17 15:43:30 +08:00
<li>
Support for clustering in Open Producer and osgProducer.</li>
2004-08-17 15:43:30 +08:00
<li>
Enhance osgDB and plugins to allow them to be used with alternate input
streams. Add support for native binary file format for rapid loading
and saving of scene graphs.</li>
<li>Introduce a new library osgEnvironment, which adds support for
creating
shapes and environmental effects such as stars, planets, cloud layers,
oceans and
ground planes.</li>
2004-08-17 15:43:30 +08:00
<li>
Integrate unit tests for all classes, using the osgUtx Unit Test
Framework.</li>
</ul>
<h3>
Books, tutorials and demonstrations</h3>
2002-04-25 19:37:49 +08:00
<ul>
2004-08-17 15:43:30 +08:00
<li>
2002-04-25 19:37:49 +08:00
Don Burns and Robert Osfield to write the OpenSceneGraph book!</li>
2004-08-17 15:43:30 +08:00
<li>
Development of tutorials to published as part of the distribution and
on
the bazaar</li>
2004-08-17 15:43:30 +08:00
<li>
Development of technology demonstrations for shows, presentations and
training.</li>
</ul>
2004-08-17 15:43:30 +08:00
<br>
<a href="mailto:don@andesengineering.com"></a>
</body>
</html>