Changeset 1912
- Timestamp:
- 04/24/03 15:44:30 (10 years ago)
- Location:
- OpenSceneGraph/trunk/doc
- Files:
-
- 12 modified
-
contents.html (modified) (1 diff)
-
data.html (modified) (1 diff)
-
dependencies.html (modified) (11 diffs)
-
documentation.html (modified) (2 diffs)
-
examples.html (modified) (1 diff)
-
images/OpenSceneGraphBanner_Distribution.jpg (modified) (previous)
-
index.html (modified) (1 diff)
-
install.html (modified) (1 diff)
-
introduction.html (modified) (5 diffs)
-
osgviewer.html (modified) (1 diff)
-
plan.html (modified) (1 diff)
-
stereo.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
OpenSceneGraph/trunk/doc/contents.html
r1862 r1912 7 7 </head> 8 8 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000"> 9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg"> 10 10 11 11 <table> -
OpenSceneGraph/trunk/doc/data.html
r1908 r1912 7 7 </head> 8 8 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000"> 9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg"> 10 10 11 11 <table> -
OpenSceneGraph/trunk/doc/dependencies.html
r1902 r1912 7 7 </head> 8 8 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000"> 9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg"> 10 10 <table> 11 11 <tr> … … 37 37 <a NAME="Scene graph dependencies"></a><u>Scene graph dependencies</u></h2> 38 38 The OpenSceneGraph is composed of core scene graph libraries, plugins libraries 39 and demo programs. The core scene graph libraries (osg, osgDB, osgUtil )39 and demo programs. The core scene graph libraries (osg, osgDB, osgUtil, osgText, osgParticle, osgSim) 40 40 are only dependent upon OpenGL and Standard C++ so should compile straight 41 out of the box on most systems. To run the demos one will also need to41 out of the box on most systems. To run the examples one will also need to 42 42 compile osgProducer which adds the dependency of Producer, and if true type text 43 43 is required then the freetype library will be required. The plugins which … … 73 73 74 74 <ul> 75 <li>76 src/osgText - The osgText library supports true type fonts via the freetype77 library.</li>78 79 <ul><i><a href="http://www.freetype.org/">http://www.freetype.org/</a></i></ul>80 75 81 76 <li> 82 77 src/osgProducer - The osgProducer library depends upon, you guessed it, Producer...</li> 83 78 84 <ul><i><a href="http://www.andesengineering.com/Producer">"http://www.andesengineering.com/Producer</a></i></ul> 79 <ul><i><a href="http://www.andesengineering.com/Producer">http://www.andesengineering.com/Producer</a></i></ul> 80 <br> 81 The examples which are included with the distribution depend upon osgProducer (and hence Producer) 82 but if you don't need the examples or osgProducer you need to compile them, and can remove 83 references to osgProducer and the examples by editing your VisualStudio workspace files or 84 Make/makedirdefs approrpiately. 85 85 </ul> 86 86 … … 96 96 them at all. Its best to try out a straight compile of the osg, if you 97 97 get missing includes/libs errors then chase up the below. 98 <br> 98 99 <ul> 100 101 <br> 102 <li> 103 src/osgPlugins/freetype - The osgText library supports true type fonts via the freetype 104 library.</li> 105 106 <ul><i><a href="http://www.freetype.org/">http://www.freetype.org/</a></i></ul> 107 <br> 108 99 109 <li> 100 110 src/osgPlugins/pfb</li> … … 107 117 <ul><i><a href="http://www.sgi.com/">http://www.sgi.com/</a></i></ul> 108 118 119 <br> 109 120 <li> 110 121 src/osgPlugins/png</li> … … 116 127 <br><i><a href="http://www.info-zip.org/pub/infozip/zlib/">http://www.info-zip.org/pub/infozip/zlib/</a></i></ul> 117 128 129 <br> 118 130 <li> 119 131 src/osgPlugins/gif</li> … … 126 138 <ul><i><a href="ftp://prtr-13.ucsc.edu/pub/libungif/">ftp://prtr-13.ucsc.edu/pub/libungif/</a></i></ul> 127 139 140 <br> 128 141 <li> 129 142 src/osgPlugins/jpeg</li> … … 134 147 <ul><i><a href="http://www.ijg.org/">http://www.ijg.org/</a></i></ul> 135 148 149 <br> 136 150 <li> 137 151 src/osgPlugins/tiff</li> … … 142 156 <ul><i><a href="http://www.libtiff.org">http://www.libtiff.org</a></i></ul> 143 157 158 <br> 144 159 <li> 145 160 src/osgPlugins/zip</li> … … 150 165 <ul><i><a href="http://www.freesoftware.com/pub/infozip/">http://www.freesoftware.com/pub/infozip/</a></i></ul> 151 166 167 <br> 152 168 <li> 153 169 src/osgPlugins/tgz</li> … … 159 175 <br><a href="ftp://prep.ai.mit.edu/pub/gnu/tar/">ftp://prep.ai.mit.edu/pub/gnu/tar/</a></ul> 160 176 177 <br> 161 178 <li> 162 179 src/osgPlugins/osgtgz</li> -
OpenSceneGraph/trunk/doc/documentation.html
r1862 r1912 1 d<!doctype html public "-//w3c//dtd html 4.0 transitional//en">1 <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> 2 2 <html> 3 3 <head> … … 8 8 <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000"> 9 9 10 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640> 10 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg"> 11 <table> 12 <tr> 13 <td><a href="index.html">Index</a></td> 11 14 12 <table> 13 <tr> 14 <td><a href="index.html">Index</a> </td> 15 <td><a href="introduction.html">Introduction</a> </td> 16 <td><a href="contents.html">Contents</a> </td> 17 <td><a href="install.html">Install</a> </td> 18 <td><a href="dependencies.html">Dependencies</a> </td> 19 <td><a href="examples.html">examples</a> </td> 20 <td><a href="data.html">Data</a> </td> 21 <td><a href="osgviewer.html">Viewer</a> </td> 22 <td><a href="stereo.html">Stereo</a> </td> 23 <td><a href="plan.html">Plan</a> </td> 24 <td><a href="documentation.html">Reference Guides</a> </td> 25 </tr> 15 <td><a href="introduction.html">Introduction</a></td> 16 17 <td><a href="contents.html">Contents</a></td> 18 19 <td><a href="install.html">Install</a></td> 20 21 <td><a href="dependencies.html">Dependencies</a></td> 22 23 <td><a href="examples.html">examples</a></td> 24 25 <td><a href="data.html">Data</a></td> 26 27 <td><a href="osgviewer.html">Viewer</a></td> 28 29 <td><a href="stereo.html">Stereo</a></td> 30 31 <td><a href="plan.html">Plan</a></td> 32 33 <td><a href="documentation.html">Reference Guides</a></td> 34 </tr> 26 35 </table> 27 36 -
OpenSceneGraph/trunk/doc/examples.html
r1862 r1912 7 7 </head> 8 8 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000"> 9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg"> 10 10 <table> 11 11 <tr> -
OpenSceneGraph/trunk/doc/index.html
r1862 r1912 7 7 </head> 8 8 <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000"> 9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640> 9 10 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg"> 10 11 <table> 11 12 <tr> -
OpenSceneGraph/trunk/doc/install.html
r1868 r1912 7 7 </head> 8 8 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000"> 9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg"> 10 10 <table> 11 11 <tr> -
OpenSceneGraph/trunk/doc/introduction.html
r1868 r1912 7 7 </head> 8 8 <body bgcolor="#FFFFFF"> 9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" BORDER=0 height=77 width=640>9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" BORDER=0> 10 10 <table> 11 11 <tr> … … 37 37 <u>Introduction to the OpenSceneGraph</u></h2> 38 38 Welcome to OpenSceneGraph project! 39 <p>The OpenSceneGraph is an Open Source (LGPL), Cross Platform (Windows,40 Linux, Mac OSX, FreeBSD, Irix, Solaris ), Standard C++ and OpenGL based39 <p>The OpenSceneGraph is an Open Source <a href="../LICENSE.txt">(OSGPL)</a>, Cross Platform (Windows, 40 Linux, Mac OSX, FreeBSD, Irix, Solaris and HP-UX), Standard C++ and OpenGL based 41 41 graphics development library. Uses range from visual simulation, games, 42 42 virtual reality, scientific visualization and graphics research. This page … … 148 148 Standard C++ and OpenGL. This has allowed the scene graph to be rapidly 149 149 ported to a wide range of platforms - originally developed on IRIX, then 150 ported to Linux, then to Windows, then FreeBSD, then Mac OSX and most recently 151 Solaris! Being completely windowing system independent makes it easy for 152 users to add their own window-specific libraries and applications on top. 153 In the distribution there is already the osgProducer library, and in the Bazaar 150 ported to Linux, then to Windows, then FreeBSD, Mac OSX, Solaris, HP-UX and 151 even a report of successful porting to PlayStation2! 152 <p> 153 The core scene graph library being completely windowing system independent makes 154 it easy for users to add their own window-specific libraries and applications on top. 155 In the distribution there is already the osgProducer library which integrates with <a href="http://www.andesengineering.com/Producer/">OpenProducer</a>, and in the Bazaar 154 156 found at openscenegrph.org/download/ one can find examples of applications 155 157 written on top of Qt, MFC, WxWindows and SDL. Users have also integrated it … … 167 169 can run multi-pipe just by use a simple configuation file.</ol> 168 170 169 All the source to the OSG is published under the GNU Lesser GeneralPublic License170 ( LGPL) which allows both open source and closed source projects to use,171 modify and distribute it freely as long its usage complies with the LGPL.171 All the source to the OSG is published under the Open Scene Graph Public License 172 (a relaxed version on the LGPL) which allows both open source and closed source projects to use, 173 modify and distribute it freely as long its usage complies with the OSGPL. 172 174 The project has been developed over the last four years, initiated by Don 173 175 Burns, and then taken over by Robert Osfield who continues to lead the project … … 182 184 <p>The project is currently in beta, which means the main core features are now in 183 185 place, with a 1.0 release in second half of 2003. Despite the beta development status, 184 the project has already earned the reputation the leading open source scene186 the project has already earned the reputation as the leading open source scene 185 187 graph, and is establishing itself as a viable alternative to the commercial 186 188 scene graphs. Numerous companies, university researchers and graphics enthusiasts -
OpenSceneGraph/trunk/doc/osgviewer.html
r1862 r1912 8 8 <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000"> 9 9 10 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>10 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg"> 11 11 12 12 <table> -
OpenSceneGraph/trunk/doc/plan.html
r1868 r1912 7 7 </head> 8 8 <body text="#000000" bgcolor="#FFFFFF" link="#0000FF" vlink="#990066" alink="#FF0000"> 9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg"> 10 10 <table> 11 11 <tr> -
OpenSceneGraph/trunk/doc/stereo.html
r1862 r1912 7 7 </head> 8 8 <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000"> 9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg" height=77 width=640>9 <img SRC="images/OpenSceneGraphBanner_Distribution.jpg"> 10 10 <table> 11 11 <tr>
