Go to file
Robert Osfield adcb6665d4 From Paul Martz:
"These two files fix the alignment bug in the flt plugin header
parsing, which I posted about on Saturday. They go in the flt plugin
directory.

The fix is to memcpy the data read from the flt file into individual fields
in our Header struct, then replace the raw (packed) data block with our
header struct. This avoids the alignment problem entirely, and all fields
now contain valid data."
2004-03-02 15:37:41 +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 From Gideon May, added support for osgSim into .osg file format. 2003-07-23 14:06:32 +00:00
doc Implemented duplicate removal code into TriStripVisitor and added an 2003-12-03 21:45:32 +00:00
examples Changed _X & _Y varaibles to _tileX & _tileY 2004-02-12 12:53:51 +00:00
include From Brad Christiansen: added _matrixDirty=true to AutoTransform::setPosition(..) 2004-03-02 15:27:59 +00:00
lib Removed osgPlugins from lib, which is now built on the fly 2003-03-12 20:10:43 +00:00
Make Added scale parameter into PositionAttitudeTransform. 2004-02-22 11:58:44 +00:00
src From Paul Martz: 2004-03-02 15:37:41 +00:00
VisualStudio Added support for osg::LineWidth into ive format 2004-02-18 21:40:18 +00:00
AUTHORS.txt From Pavel Moloshtan, add support to osg::Texture files for GL_ARB_shadow_ambinet support 2004-01-29 11:16:49 +00:00
ChangeLog Updated ChangeLog for release. 2003-10-02 14:42:48 +00:00
GNUmakefile Fixes to makedefs/makedirdefs ordering in some makefiles, and conditional 2003-07-26 01:02:39 +00:00
index.html Update of 5/27/03 backup with 6/20/03 tarball 2003-06-24 15:36:53 +00:00
INSTALL.txt Fixes to documentions to refelect the move from osgGLUT to osgProducer. 2003-04-11 10:37:31 +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 Updated NEWS 2003-10-03 16:27:02 +00:00
README.txt Integrated various fixes from users. 2003-07-05 19:08:30 +00:00
runexamples.bat Removed slideshow3D from runexamples.bat 2004-02-07 19:36:15 +00:00

Welcome to the OpenSceneGraph (OSG).

For information on the project, this distribution, how to compile and
run libraries and examples, and for documention open up index.html
in your perfered html browser.

Robert Osfield. 
robert@openscenegraph.com
April 2002.