OpenSceneGraph/VisualStudio
Robert Osfield 8128265e09 Have added a #define USE_DEPRECATED_API to include/osg/Export, and
various
osg header and source files to optional compile in deprecated parts of
the
OSG API.

Have renamed osg::Transparency osg::BlendFunc to bring it in line with
the
rest of the OSG's StateAttribute classes which are named after their
OpenGL counterparts.  include/osg/Transparency still exists and is
simply
a typedef to BlendFunc and is enclosed in a #ifdef USE_DEPRECTATED_API
block.

The matrix methods in the osg::Transform class have been
moved/replicated in
a osg::MatrixTransform sublcass from osg::Transform.  The old matrix
functionality is still present in the osg::Transform class but is guard
by #ifdef USG_DEPRECATED_API blocks.  One should now think of
osg::Transform
as being a Transform Node base class.  MatrixTransform has all the
functionality of the original Transform class, so should be used
instead.
2002-07-12 14:25:10 +00:00
..
Demos Added support for multitexturing to osg::State and added osgmultitexture 2002-07-11 16:12:24 +00:00
osg Have added a #define USE_DEPRECATED_API to include/osg/Export, and 2002-07-12 14:25:10 +00:00
osgDB Removed the usage of memory manager from the debug windows build. 2002-05-22 12:19:09 +00:00
osgGA Did a to_dos on all the VisualStudio project files, and changed them to 2002-06-03 11:16:58 +00:00
osgGLUT Removed the usage of memory manager from the debug windows build. 2002-05-22 12:19:09 +00:00
osgParticle Added OSGPARTICLE_LIBRARY define. 2002-06-05 13:51:14 +00:00
osgPlugins Have added a #define USE_DEPRECATED_API to include/osg/Export, and 2002-07-12 14:25:10 +00:00
osgText Checked in Macro Jez's additions to osgText to support .osg IO make it 2002-06-11 18:41:57 +00:00
osgUtil Checked in migration from osgUtil based GUIAdapter code to Neil Salter's 2002-06-09 13:10:09 +00:00
LANGEXT.DAT Added the patched verions VisualStudio's langext.dat file, which can be used 2002-05-23 15:38:03 +00:00
VisualStudio.dsw Added support for multitexturing to osg::State and added osgmultitexture 2002-07-11 16:12:24 +00:00