root/OpenSceneGraph/trunk/doc/contents.html @ 1862

Revision 1862, 11.3 kB (checked in by robert, 10 years ago)

Fixes to documentions to refelect the move from osgGLUT to osgProducer.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
2<html>
3<head>
4   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5   <meta name="GENERATOR" content="Mozilla/4.6 [en-gb]C-CCK-MCD NetscapeOnline.co.uk  (Win95; I) [Netscape]">
6   <title>Contents of Distribution</title>
7</head>
8<body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000">
9<img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>
10
11<table>
12  <tr>
13    <td><a href="index.html">Index</a>  </td>
14    <td><a href="introduction.html">Introduction</a>  </td>
15    <td><a href="contents.html">Contents</a>  </td>
16    <td><a href="install.html">Install</a>  </td>
17    <td><a href="dependencies.html">Dependencies</a>  </td>
18    <td><a href="examples.html">examples</a>  </td>
19    <td><a href="data.html">Data</a>  </td>
20    <td><a href="osgviewer.html">Viewer</a>  </td>
21    <td><a href="stereo.html">Stereo</a>  </td>
22    <td><a href="plan.html">Plan</a>  </td>
23    <td><a href="documentation.html">Reference Guides</a>  </td>
24  </tr>
25</table>
26
27
28<h2><u>Contents of distribution</u></h2>
29./&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Root directory.
30<blockquote><tt><a href="../README.txt">README</a>&nbsp;&nbsp;&nbsp;&nbsp; </tt>text
31bare bones readme file.
32<br><tt><a href="../LICENSE.txt">LICENSE</a>&nbsp;&nbsp;&nbsp; </tt>text&nbsp;
33file containing the details of the OSG's Open Source LGPL license.
34<br><tt><a href="../AUTHORS.txt">AUTHORS</a>&nbsp;&nbsp;&nbsp; </tt>text file
35containing names of contributors to the osg.
36<br><tt><a href="../NEWS.txt">NEWS</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </tt>text
37file listing coarse grained changes between releases.
38<br><tt><a href="../INSTALL.txt">INSTALL</a>&nbsp;&nbsp;&nbsp; </tt>text
39file with notes on how to install the osg.
40<br><tt><a href="../ChangeLog">ChangeLog</a>&nbsp; </tt>text file listing
41fine grained changes between releases.
42<br><tt><a href="../GNUMakefile">GNUMakefile</a>&nbsp;&nbsp; </tt>Unix GNU makefile.
43<br><tt>index.html </tt>This file!</blockquote>
44
45<p><br><a href="../doc/">doc/</a>&nbsp;&nbsp; Documentation directory
46<blockquote><tt><a href="../doc/index.html">index.html</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
47</tt>Documentation index
48<br><tt><a href="../doc/doc++/osg/HIER.html">osg/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
49</tt>Scene graph reference guide.
50<br><tt><a href="../doc/doc++/osgUtil/HIER.html">osgUtil/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
51</tt>Scene graph utilities reference guide.
52<br><tt><a href="../doc/doc++/osgDB/HIER.html">osgDB/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
53</tt>Scene graph database utilities reference guide.
54<br><tt><a href="../doc/doc++/osgText/HIER.html">osgText/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
55</tt>Scene graph text reference guide.
56<br><tt><a href="../doc/doc++/osgProducer/HIER.html">osgProducer/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
57</tt>Simple Producer based viewer base classes reference guide.</blockquote>
58
59
60<p><a href="../include/">include/</a>&nbsp;&nbsp;&nbsp;&nbsp; External includes
61(i.e. files which would be installed in /usr/include)
62<blockquote><tt><a href="../include/osg">include/osg/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
63</tt>The OSG library header files.
64<br><tt><a href="../include/osgUtil">include/osgUtil/</a>&nbsp; </tt>The OSG
65Util library header files.
66<br><tt><a href="../include/osgDB">include/osgDB/</a>&nbsp;&nbsp;&nbsp; </tt>The
67OSG Database library header files.
68<br><tt><a href="../include/osgText">include/osgText/</a>&nbsp; </tt>The
69OSG text library header files.
70<br><tt><a href="../include/osgProducer">include/osgProducer/</a>&nbsp; </tt>The OSG
71Producer utiltiy library header files.</blockquote>
72
73
74<p><a href="../src/">src/</a>&nbsp;&nbsp;&nbsp; source files (including internal
75includes)
76<blockquote><tt><a href="../src/osg">src/osg</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
77</tt>The OSG library source files.
78<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
79</tt>Contains all core osg classes, including reader/writer support for
80<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
81</tt>the .osg ascii format, and sgi's rgb image format.
82<p><tt><a href="../src/osgUtil">src/osgUtil</a>&nbsp; </tt>The OSG utility
83library source files.
84<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
85</tt>Contains useful utility classes such as for setting
86<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
87</tt>up and rendering/draw.
88<p><tt><a href="../src/osgDB">src/osgDB</a>&nbsp;&nbsp;&nbsp; </tt>The OSG
89database utility library source files.
90<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
91</tt>Contains useful utility classes such as for reading
92<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
93</tt>and writing 3D databases and image files.
94<p><tt><a href="../src/osgText">src/osgText</a>&nbsp; </tt>The OSG
95text library source files.
96<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
97</tt>Contains true type font rendering classes.
98<p><tt><a href="../src/osgProducer">src/osgProducer</a>&nbsp; </tt>The OSG Producer library
99source files.
100<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
101</tt>Contains basic Producer viewer base classes used by
102<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
103</tt>demo programs to bring up window and provide keyboard
104<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
105</tt>and mouse interaction.
106<p><tt><a href="../src/osgPlugins/">src/osgPlugins/</a>&nbsp;&nbsp;&nbsp;&nbsp;
107</tt>Import/Export/Node kit plug-ins to the OSG.</tt>
108<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/osg/">osg/</a>&nbsp;&nbsp;&nbsp;&nbsp;
109</tt>.osg native ASCII reader/write plugin.</tt>
110<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/flt/">flt/</a>&nbsp;&nbsp;&nbsp;&nbsp;
111</tt>.flt Open Flight reader plugin.</tt>
112<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/lib3ds/">lib3ds/</a>&nbsp;
113</tt>.3ds Auto Studio Maxx reader plugin.</tt>
114<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/lwo/">lwo/</a>&nbsp;&nbsp;&nbsp;&nbsp;
115</tt>.lwo Light Wave binary (.lwo,.lw & .geo) reader plugin.</tt>
116<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/obj/">obj/</a>&nbsp;&nbsp;&nbsp;&nbsp;
117</tt>.obj Alias Wavefront reader plugin.</tt>
118<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/pfb">pfb/</a>&nbsp;&nbsp;&nbsp;&nbsp;
119</tt>.pfb (and others) Performer reader and writer plugin.</tt>
120<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/dw/">dw/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
121</tt>.dw Design Workshop reader plugin.</tt>
122<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/rgb">rgb/</a>&nbsp;&nbsp;&nbsp;&nbsp;
123</tt>.rgb RGB image file format reader plugin.</tt>
124<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/png">png/</a>&nbsp;&nbsp;&nbsp;&nbsp;
125</tt>.png PNG image file format reader plugin.</tt>
126<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/gif">gif/</a>&nbsp;&nbsp;&nbsp;&nbsp;
127</tt>.gif GIF image file format reader plugin.</tt>
128<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/jpeg/">jpeg/</a>&nbsp;&nbsp;&nbsp;
129</tt>.jpg JPEG image file format reader plugin.</tt>
130<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/pic">pic/</a>&nbsp;&nbsp;&nbsp;&nbsp;
131</tt>.pic PIC image file format reader plugin.</tt>
132<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/tga">tga/</a>&nbsp;&nbsp;&nbsp;&nbsp;
133</tt>.tga TGA image file format reader plugin.</tt>
134<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../src/osgPlugins/tiff">tiff/</a>&nbsp;&nbsp;&nbsp;
135</tt>.tif TIFF image file format reader plugin.</tt>
136<p><tt><a href="../examples/">examples/</a> <a href="../examples/osgviewer">osgviewer/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
137</tt>A basic scene graph viewer for the OSG which is loads .osg files and
138above formats.
139<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../examples/osgconv">osgconv/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
140</tt>A program which reads input files into a single scene graph and outputs
141the results.
142<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../examples/osghangglide/">osghangglide/</a>&nbsp;&nbsp;&nbsp;&nbsp;
143</tt>A program which of creates a flying site and allows users to fly over
144the scene.
145<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../examples/osgtexture1D">osgtexture1D/</a>&nbsp;&nbsp;&nbsp;
146</tt>A simple program which demonstrates how to use 1D textures.
147<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../examples/osgtexture2D">osgtexture2D/</a>&nbsp;&nbsp;&nbsp;
148</tt>A simple program which demonstrates how to use 2D textures .
149<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../examples/osgtexture3D">osgtexture3D/</a>&nbsp;&nbsp;&nbsp;
150</tt>A simple program which demonstrates how to use 3D textures.
151<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../examples/osgreflect/">osgreflect/</a>&nbsp;&nbsp;&nbsp;
152</tt>A demonstration of multi-pass stencil buffer based planar reflections.
153<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../examples/osgimpostor/">osgimpostor/</a>&nbsp;&nbsp;
154</tt>A basic demo to show how to use the osg::Impostor node.
155<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../examples/oosgwindows/">osgwindows/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
156</tt>A demo of multiple views of the same or multiple scenes.
157<br><tt>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="../examples/osgtext/">osgtext/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
158</tt>A demo of true type fonts support provided by osgText.
159</blockquote>
160
161<p><br><tt><a href="../lib/">lib/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
162</tt>The local repository for the OSG library and plugins (files to be
163installed in /usr/lib/ or<tt> </tt>/usr/local/lib)
164<p><tt><a href="../bin/">bin/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
165</tt>The local repository for the OSG binary files (files to be installed
166in /usr/bin or /usr/local/bin)
167<p><tt><a href="../Make/">Make/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
168</tt>Unix platform specific make rules and dependencies.
169<p><tt><a href="../VisualStudio/">VisualStudio/</a>&nbsp;&nbsp;&nbsp; </tt>MS
170VisualC++ 6.0 Make/Workspace files for Windows.
171<p><tt><a href="../dist/">dist/</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
172</tt>Distribution make files for RedHat Linux and IRIX.
173
174</body>
175</html>
Note: See TracBrowser for help on using the browser.