Go to file
Robert Osfield a364875afb Added osg:State:have_applied_mode(mode) and have_applied_attribute(type) to make it
easier to specify which modes and attributes have been modified without
the user requiring to know to what value, or to have an equivilant attribute
to pass to the have_applied_attribute method.  The original have_applied(mode)
and have_applied(attribute) methods have been renamed have_applied_mode(),
have_applied_attribute() as this was required to prevent the mode and type
values colliding during compile (it was causing a compile error when the method
names were the same.)
2002-03-21 12:00:10 +00:00
bin Added .README to prevent CVS from deleting the empty bin directory when checking 2001-12-29 20:53:08 +00:00
dist Synch with 20010921 2001-09-22 02:42:08 +00:00
doc Updated docs, ChangLog and NEW for patched version of 0.8.44. 2002-02-24 23:03:10 +00:00
include Added osg:State:have_applied_mode(mode) and have_applied_attribute(type) to make it 2002-03-21 12:00:10 +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 Updated the makefiles to all have the #!gmake reference to force IRIX 2002-02-13 22:56:47 +00:00
Metrowerks Added LightModel.cpp's to Codewarrior files and added definiations for pre gl version 1.2 headers lack of support for color control. 2002-02-25 23:14:27 +00:00
src Added osg:State:have_applied_mode(mode) and have_applied_attribute(type) to make it 2002-03-21 12:00:10 +00:00
VisualStudio Added osg::TextureCubeMap which encapsulates OpenGL's cube texture mapping. 2002-03-20 22:39:51 +00:00
AUTHORS Added osg::TextureCubeMap which encapsulates OpenGL's cube texture mapping. 2002-03-20 22:39:51 +00:00
ChangeLog Updated docs, ChangLog and NEW for patched version of 0.8.44. 2002-02-24 23:03:10 +00:00
ChangeLog.preCVS Moved the old by hand ChangeLog to ChangeLog.preCVS and then ran cvs2cl.pl 2001-12-30 15:24:10 +00:00
COPYING Initial revision 2001-01-10 16:32:10 +00:00
FAQ Various clean ups for the release. 2001-12-24 14:12:38 +00:00
index.html Updates for IRIX build, and docs updates. 2002-02-12 22:51:18 +00:00
INSTALL Clean up INSTALL notes. 2002-02-11 00:23:44 +00:00
Makefile Updated the makefiles to all have the #!gmake reference to force IRIX 2002-02-13 22:56:47 +00:00
NEWS Updated docs, ChangLog and NEW for patched version of 0.8.44. 2002-02-24 23:03:10 +00:00
README Added a bunch of files synched with 0.8.42 2001-09-19 21:08:56 +00:00
TODO Various clean ups for the release. 2001-12-24 14:12:38 +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.