Go to file
Robert Osfield 6b86d2d70d From Joson Daly, fix for forward/backward/swing animation handling both 15.8 and
versions prior to 15.8, and...

" Here's another fix for OpenFlight.  The symptom was that ATTR files were
not being read correctly, and the TexEnv on a texture that should have
been set to DECAL was instead defaulting to MODULATE.  The cause is that
the ATTR reader cannot tell by itself what version it's reading (the
version information isn't present in the ATTR files), and instead relies
on the ReaderWriter::Options passed in to get the OpenFlight version.

My change clones the current ReaderWriter::Options and prepends the
appropriate FLT_VER option before the ReaderWriterATTR object is
called.  I also made the parsing of the FLT_VER string and value more
robust in the ReaderWriterATTR itself.  I think I commented things OK,
but let me know if you need me to explain anything."
2005-04-14 07:55:45 +00:00
applications Added #include <osg/io_utils> 2005-04-08 09:36:42 +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 Removed old RPM spec files. This shouldn't be in the repository as they 2004-12-04 23:59:16 +00:00
doc/Doxyfiles Added support for set/getUniform and set/getProgram into osg::StateSet. 2005-03-11 20:29:21 +00:00
examples Added applying of all parents uniforms 2005-04-13 14:31:25 +00:00
include From Terry Welsh, added copy texture support to TextureRectangle 2005-04-13 18:19:38 +00:00
lib Removed osgPlugins from lib, which is now built on the fly 2003-03-12 20:10:43 +00:00
Make Moved #include <osg/State> from header into .cpp to clean up build. 2005-04-11 15:17:24 +00:00
src From Joson Daly, fix for forward/backward/swing animation handling both 15.8 and 2005-04-14 07:55:45 +00:00
VisualStudio Renamed SG_LIBRARY and SG_EXPORT macro's to OSG_LIBRARY and OSG_EXPORT 2005-04-11 17:14:17 +00:00
AUTHORS.txt Added Mike's submission to Authors 2004-11-30 18:13:53 +00:00
ChangeLog Updates to ChangeLog and doxygen file 2004-11-26 20:46:55 +00:00
GNUmakefile Added tagrules for 'make tag' convenience 2004-12-02 21:49:58 +00:00
INSTALL.txt Fixed reference to install instructions 2004-11-27 17:06:44 +00:00
LICENSE.txt Update of 5/27/03 backup with 6/20/03 tarball 2003-06-24 15:36:53 +00:00
NEWS.txt Added visual studio files for osgspotlight example (Mike Weiblen) 2004-11-28 17:11:21 +00:00
README.txt Moved the main documentation onto the wiki website, and removed from the 2004-11-17 12:58:50 +00:00
runexamples.bat Added osgparticleeffects example 2005-04-04 08:47:21 +00:00

Welcome to the OpenSceneGraph (OSG).

For up to date information on the project, how to compile and run libraries 
and examples, and see the documentation on the OpenSceneGraph website.

    http://www.openscenegraph.org
  

Robert Osfield. 
robert@openscenegraph.com
November 2004.