| 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 | ./ Root directory. |
|---|
| 30 | <blockquote><tt><a href="../README.txt">README</a> </tt>text |
|---|
| 31 | bare bones readme file. |
|---|
| 32 | <br><tt><a href="../LICENSE.txt">LICENSE</a> </tt>text |
|---|
| 33 | file containing the details of the OSG's Open Source LGPL license. |
|---|
| 34 | <br><tt><a href="../AUTHORS.txt">AUTHORS</a> </tt>text file |
|---|
| 35 | containing names of contributors to the osg. |
|---|
| 36 | <br><tt><a href="../NEWS.txt">NEWS</a> </tt>text |
|---|
| 37 | file listing coarse grained changes between releases. |
|---|
| 38 | <br><tt><a href="../INSTALL.txt">INSTALL</a> </tt>text |
|---|
| 39 | file with notes on how to install the osg. |
|---|
| 40 | <br><tt><a href="../ChangeLog">ChangeLog</a> </tt>text file listing |
|---|
| 41 | fine grained changes between releases. |
|---|
| 42 | <br><tt><a href="../GNUMakefile">GNUMakefile</a> </tt>Unix GNU makefile. |
|---|
| 43 | <br><tt>index.html </tt>This file!</blockquote> |
|---|
| 44 | |
|---|
| 45 | <p><br><a href="../doc/">doc/</a> Documentation directory |
|---|
| 46 | <blockquote><tt><a href="../doc/index.html">index.html</a> |
|---|
| 47 | </tt>Documentation index |
|---|
| 48 | <br><tt><a href="../doc/doc++/osg/HIER.html">osg/</a> |
|---|
| 49 | </tt>Scene graph reference guide. |
|---|
| 50 | <br><tt><a href="../doc/doc++/osgUtil/HIER.html">osgUtil/</a> |
|---|
| 51 | </tt>Scene graph utilities reference guide. |
|---|
| 52 | <br><tt><a href="../doc/doc++/osgDB/HIER.html">osgDB/</a> |
|---|
| 53 | </tt>Scene graph database utilities reference guide. |
|---|
| 54 | <br><tt><a href="../doc/doc++/osgText/HIER.html">osgText/</a> |
|---|
| 55 | </tt>Scene graph text reference guide. |
|---|
| 56 | <br><tt><a href="../doc/doc++/osgProducer/HIER.html">osgProducer/</a> |
|---|
| 57 | </tt>Simple Producer based viewer base classes reference guide.</blockquote> |
|---|
| 58 | |
|---|
| 59 | |
|---|
| 60 | <p><a href="../include/">include/</a> External includes |
|---|
| 61 | (i.e. files which would be installed in /usr/include) |
|---|
| 62 | <blockquote><tt><a href="../include/osg">include/osg/</a> |
|---|
| 63 | </tt>The OSG library header files. |
|---|
| 64 | <br><tt><a href="../include/osgUtil">include/osgUtil/</a> </tt>The OSG |
|---|
| 65 | Util library header files. |
|---|
| 66 | <br><tt><a href="../include/osgDB">include/osgDB/</a> </tt>The |
|---|
| 67 | OSG Database library header files. |
|---|
| 68 | <br><tt><a href="../include/osgText">include/osgText/</a> </tt>The |
|---|
| 69 | OSG text library header files. |
|---|
| 70 | <br><tt><a href="../include/osgProducer">include/osgProducer/</a> </tt>The OSG |
|---|
| 71 | Producer utiltiy library header files.</blockquote> |
|---|
| 72 | |
|---|
| 73 | |
|---|
| 74 | <p><a href="../src/">src/</a> source files (including internal |
|---|
| 75 | includes) |
|---|
| 76 | <blockquote><tt><a href="../src/osg">src/osg</a> |
|---|
| 77 | </tt>The OSG library source files. |
|---|
| 78 | <br><tt> |
|---|
| 79 | </tt>Contains all core osg classes, including reader/writer support for |
|---|
| 80 | <br><tt> |
|---|
| 81 | </tt>the .osg ascii format, and sgi's rgb image format. |
|---|
| 82 | <p><tt><a href="../src/osgUtil">src/osgUtil</a> </tt>The OSG utility |
|---|
| 83 | library source files. |
|---|
| 84 | <br><tt> |
|---|
| 85 | </tt>Contains useful utility classes such as for setting |
|---|
| 86 | <br><tt> |
|---|
| 87 | </tt>up and rendering/draw. |
|---|
| 88 | <p><tt><a href="../src/osgDB">src/osgDB</a> </tt>The OSG |
|---|
| 89 | database utility library source files. |
|---|
| 90 | <br><tt> |
|---|
| 91 | </tt>Contains useful utility classes such as for reading |
|---|
| 92 | <br><tt> |
|---|
| 93 | </tt>and writing 3D databases and image files. |
|---|
| 94 | <p><tt><a href="../src/osgText">src/osgText</a> </tt>The OSG |
|---|
| 95 | text library source files. |
|---|
| 96 | <br><tt> |
|---|
| 97 | </tt>Contains true type font rendering classes. |
|---|
| 98 | <p><tt><a href="../src/osgProducer">src/osgProducer</a> </tt>The OSG Producer library |
|---|
| 99 | source files. |
|---|
| 100 | <br><tt> |
|---|
| 101 | </tt>Contains basic Producer viewer base classes used by |
|---|
| 102 | <br><tt> |
|---|
| 103 | </tt>demo programs to bring up window and provide keyboard |
|---|
| 104 | <br><tt> |
|---|
| 105 | </tt>and mouse interaction. |
|---|
| 106 | <p><tt><a href="../src/osgPlugins/">src/osgPlugins/</a> |
|---|
| 107 | </tt>Import/Export/Node kit plug-ins to the OSG.</tt> |
|---|
| 108 | <br><tt> <a href="../src/osgPlugins/osg/">osg/</a> |
|---|
| 109 | </tt>.osg native ASCII reader/write plugin.</tt> |
|---|
| 110 | <br><tt> <a href="../src/osgPlugins/flt/">flt/</a> |
|---|
| 111 | </tt>.flt Open Flight reader plugin.</tt> |
|---|
| 112 | <br><tt> <a href="../src/osgPlugins/lib3ds/">lib3ds/</a> |
|---|
| 113 | </tt>.3ds Auto Studio Maxx reader plugin.</tt> |
|---|
| 114 | <br><tt> <a href="../src/osgPlugins/lwo/">lwo/</a> |
|---|
| 115 | </tt>.lwo Light Wave binary (.lwo,.lw & .geo) reader plugin.</tt> |
|---|
| 116 | <br><tt> <a href="../src/osgPlugins/obj/">obj/</a> |
|---|
| 117 | </tt>.obj Alias Wavefront reader plugin.</tt> |
|---|
| 118 | <br><tt> <a href="../src/osgPlugins/pfb">pfb/</a> |
|---|
| 119 | </tt>.pfb (and others) Performer reader and writer plugin.</tt> |
|---|
| 120 | <br><tt> <a href="../src/osgPlugins/dw/">dw/</a> |
|---|
| 121 | </tt>.dw Design Workshop reader plugin.</tt> |
|---|
| 122 | <br><tt> <a href="../src/osgPlugins/rgb">rgb/</a> |
|---|
| 123 | </tt>.rgb RGB image file format reader plugin.</tt> |
|---|
| 124 | <br><tt> <a href="../src/osgPlugins/png">png/</a> |
|---|
| 125 | </tt>.png PNG image file format reader plugin.</tt> |
|---|
| 126 | <br><tt> <a href="../src/osgPlugins/gif">gif/</a> |
|---|
| 127 | </tt>.gif GIF image file format reader plugin.</tt> |
|---|
| 128 | <br><tt> <a href="../src/osgPlugins/jpeg/">jpeg/</a> |
|---|
| 129 | </tt>.jpg JPEG image file format reader plugin.</tt> |
|---|
| 130 | <br><tt> <a href="../src/osgPlugins/pic">pic/</a> |
|---|
| 131 | </tt>.pic PIC image file format reader plugin.</tt> |
|---|
| 132 | <br><tt> <a href="../src/osgPlugins/tga">tga/</a> |
|---|
| 133 | </tt>.tga TGA image file format reader plugin.</tt> |
|---|
| 134 | <br><tt> <a href="../src/osgPlugins/tiff">tiff/</a> |
|---|
| 135 | </tt>.tif TIFF image file format reader plugin.</tt> |
|---|
| 136 | <p><tt><a href="../examples/">examples/</a> <a href="../examples/osgviewer">osgviewer/</a> |
|---|
| 137 | </tt>A basic scene graph viewer for the OSG which is loads .osg files and |
|---|
| 138 | above formats. |
|---|
| 139 | <br><tt> <a href="../examples/osgconv">osgconv/</a> |
|---|
| 140 | </tt>A program which reads input files into a single scene graph and outputs |
|---|
| 141 | the results. |
|---|
| 142 | <br><tt> <a href="../examples/osghangglide/">osghangglide/</a> |
|---|
| 143 | </tt>A program which of creates a flying site and allows users to fly over |
|---|
| 144 | the scene. |
|---|
| 145 | <br><tt> <a href="../examples/osgtexture1D">osgtexture1D/</a> |
|---|
| 146 | </tt>A simple program which demonstrates how to use 1D textures. |
|---|
| 147 | <br><tt> <a href="../examples/osgtexture2D">osgtexture2D/</a> |
|---|
| 148 | </tt>A simple program which demonstrates how to use 2D textures . |
|---|
| 149 | <br><tt> <a href="../examples/osgtexture3D">osgtexture3D/</a> |
|---|
| 150 | </tt>A simple program which demonstrates how to use 3D textures. |
|---|
| 151 | <br><tt> <a href="../examples/osgreflect/">osgreflect/</a> |
|---|
| 152 | </tt>A demonstration of multi-pass stencil buffer based planar reflections. |
|---|
| 153 | <br><tt> <a href="../examples/osgimpostor/">osgimpostor/</a> |
|---|
| 154 | </tt>A basic demo to show how to use the osg::Impostor node. |
|---|
| 155 | <br><tt> <a href="../examples/oosgwindows/">osgwindows/</a> |
|---|
| 156 | </tt>A demo of multiple views of the same or multiple scenes. |
|---|
| 157 | <br><tt> <a href="../examples/osgtext/">osgtext/</a> |
|---|
| 158 | </tt>A demo of true type fonts support provided by osgText. |
|---|
| 159 | </blockquote> |
|---|
| 160 | |
|---|
| 161 | <p><br><tt><a href="../lib/">lib/</a> |
|---|
| 162 | </tt>The local repository for the OSG library and plugins (files to be |
|---|
| 163 | installed in /usr/lib/ or<tt> </tt>/usr/local/lib) |
|---|
| 164 | <p><tt><a href="../bin/">bin/</a> |
|---|
| 165 | </tt>The local repository for the OSG binary files (files to be installed |
|---|
| 166 | in /usr/bin or /usr/local/bin) |
|---|
| 167 | <p><tt><a href="../Make/">Make/</a> |
|---|
| 168 | </tt>Unix platform specific make rules and dependencies. |
|---|
| 169 | <p><tt><a href="../VisualStudio/">VisualStudio/</a> </tt>MS |
|---|
| 170 | VisualC++ 6.0 Make/Workspace files for Windows. |
|---|
| 171 | <p><tt><a href="../dist/">dist/</a> |
|---|
| 172 | </tt>Distribution make files for RedHat Linux and IRIX. |
|---|
| 173 | |
|---|
| 174 | </body> |
|---|
| 175 | </html> |
|---|