Fixes to documentions to refelect the move from osgGLUT to osgProducer.
This commit is contained in:
@@ -19,11 +19,11 @@
|
||||
|
||||
<td><a href="dependencies.html">Dependencies</a></td>
|
||||
|
||||
<td><a href="demos.html">Demos</a></td>
|
||||
<td><a href="examples.html">examples</a></td>
|
||||
|
||||
<td><a href="data.html">Data</a></td>
|
||||
|
||||
<td><a href="sgv.html">Viewer</a></td>
|
||||
<td><a href="osgviewer.html">Viewer</a></td>
|
||||
|
||||
<td><a href="stereo.html">Stereo</a></td>
|
||||
|
||||
@@ -39,7 +39,7 @@ The OpenSceneGraph is composed of core scene graph libraries, plugins libraries
|
||||
and demo programs. The core scene graph libraries (osg, osgDB, osgUtil)
|
||||
are only dependent upon OpenGL and Standard C++ so should compile straight
|
||||
out of the box on most systems. To run the demos one will also need to
|
||||
compile osgGLUT which adds the dependency of GLUT, and if true type text
|
||||
compile osgProducer which adds the dependency of Producer, and if true type text
|
||||
is required then the freetype library will be required. The plugins which
|
||||
are used to read and write various file formats have their own sets of
|
||||
dependencies listed below, some have no dependencies at all. A plugin is
|
||||
@@ -67,9 +67,9 @@ and dll.</li>
|
||||
<ul><i><a href="http://www.openscenegraph.org/download/dependencies/OsgWin32Dependencies.zip">http://www.openscenegraph.org/download/dependencies/OsgWin32Dependencies.zip</a></i></ul>
|
||||
|
||||
<li>
|
||||
GLUT include, lib and dll.</li>
|
||||
Producer include, lib and dll.</li>
|
||||
|
||||
<ul><i><a href="http://www.openscenegraph.org/download/dependencies/OsgWin32Glut.zip">http://www.openscenegraph.org/download/dependencies/OsgWin32Glut.zip</a></i></ul>
|
||||
<ul><i><a href="http://www.openscenegraph.org/download/dependencies/OsgWin32Producer.zip">http://www.openscenegraph.org/download/dependencies/OsgWin32Producer.zip</a></i></ul>
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
@@ -84,9 +84,9 @@ library.</li>
|
||||
<ul><i><a href="http://www.freetype.org/">http://www.freetype.org/</a></i></ul>
|
||||
|
||||
<li>
|
||||
src/osgGLUT - The osgGLUT library depends upon, you guessed it, glut...</li>
|
||||
src/osgProducer - The osgProducer library depends upon, you guessed it, Producer...</li>
|
||||
|
||||
<ul><i><a href="http://www.opengl.org/developers/documentation/glut/index.html">http://www.opengl.org/developers/documentation/glut/index.html</a></i></ul>
|
||||
<ul><i><a href="http://www.opengl.org/developers/documentation/Producer/index.html">http://www.opengl.org/developers/documentation/Producer/index.html</a></i></ul>
|
||||
</ul>
|
||||
|
||||
<hr>
|
||||
|
||||
Reference in New Issue
Block a user