Go to file
Robert Osfield 06dafa487e Added osgDB::ReaderWriter::Options class to the ReaderWriter base class, support
for settings options in osgDB::Registry, and added the paramter to all of the
reaader/writer plugins.  The Options structure by default has an string attached
for packing basic options, however, it also can be subclassed to encapsulate
any users defined option data. In the later case both the client code *and*
the plugin need to be aware of subclass, the plugin will need to use
dynamic_cast<> to assertain its type.
2001-10-14 17:54:25 +00:00
dist Synch with 20010921 2001-09-22 02:42:08 +00:00
doc Synch with 20010921 2001-09-22 02:42:08 +00:00
include Added osgDB::ReaderWriter::Options class to the ReaderWriter base class, support 2001-10-14 17:54:25 +00:00
lib Added files to keep cvs from removing empty directories lib and lib/osgPlugins 2001-09-22 02:04:50 +00:00
Make Integrated changes for MacOSX, submitted by Phil Atkin, with small mods by 2001-10-03 21:44:07 +00:00
Metrowerks *** empty log message *** 2001-10-05 01:27:54 +00:00
src Added osgDB::ReaderWriter::Options class to the ReaderWriter base class, support 2001-10-14 17:54:25 +00:00
VisualStudio Added OrientationConverter.cpp to the VisualStudio project files for osgconv. 2001-10-14 16:56:03 +00:00
AUTHORS Put the makedefs.linux back to default to optimize. 2001-10-08 19:01:37 +00:00
ChangeLog Added include/osg/EarthSky and src/osg/EarthSky to cvs. 2001-10-02 15:59:49 +00:00
COPYING Initial revision 2001-01-10 16:32:10 +00:00
FAQ Added a bunch of files synched with 0.8.42 2001-09-19 21:08:56 +00:00
index.html Synch with 20010921 2001-09-22 02:42:08 +00:00
INSTALL Integrated changes for MacOSX, submitted by Phil Atkin, with small mods by 2001-10-03 21:44:07 +00:00
Makefile Cleaned up some 'make clobber' issues in root Makefile 2001-10-14 04:50:04 +00:00
NEWS Added a bunch of files synched with 0.8.42 2001-09-19 21:08:56 +00:00
README Added a bunch of files synched with 0.8.42 2001-09-19 21:08:56 +00:00
TODO Changed the naming and calling convention of the new Drawable::AttributeFunctor 2001-10-13 11:16:10 +00:00

Welcome to the Open Scene Graph (OSG).

For compiling the OSG under all platforms (Linux, FreeBSD, IRIX, Windows
and Mac) please read INSTALL.

For general documentation, distribution contents, and plugin 
dependancies please read index.html in your prefered browser.
index.html also has links to INSTALL, making it easier for Windows 
users which might find the lack of file extensions on text files awkward.

Robert Osfield. 
robert@openscenegraph.com
May 2001.