Updated NEWS/AUTHORS + html docs for release.

This commit is contained in:
Robert Osfield
2003-09-08 10:51:14 +00:00
parent 131ebabaf5
commit 3f042d2f1b
303 changed files with 15586 additions and 9772 deletions

View File

@@ -21,12 +21,12 @@ namespace osg {
// default to using floating Matrices - Matrixf
typedef Matrixf Matrix;
typedef RefMatrixf RefMatrix;
// typedef Matrixf Matrix;
// typedef RefMatrixf RefMatrix;
// // default to using double Matrices - Matrixd
// typedef Matrixd Matrix;
// typedef RefMatrixd RefMatrix;
typedef Matrixd Matrix;
typedef RefMatrixd RefMatrix;
} //namespace osg