35
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added OrientationConverter.cpp to the VisualStudio project files for osgconv. More... over 23 years ago
Changed the OrientationConverter.cpp's to have consitent captilization as its associated header file. More... over 23 years ago
Changed the OrientationConverter.cpp's to have consitent captilization as its associated header file. More... over 23 years ago
Fixed TransformFunctor code so that it now uses the inverse of the transformation matrix to transform the normal. More... over 23 years ago
Fixed TransformFunctor code so that it now uses the inverse of the transformation matrix to transform the normal. More... over 23 years ago
Fixed a bug in Matrix::invert(..) which did not set full_realised=true, so that one Matrices which had not previously be initialized we're erronously initialized later in the code resetting it to identity. More... over 23 years ago
Fixed a bug in Matrix::invert(..) which did not set full_realised=true, so that one Matrices which had not previously be initialized we're erronously initialized later in the code resetting it to identity. More... over 23 years ago
Added osg::StateSet::merge(const StateSet& rhs) merges merges the modes and attributes of rhs into 'this' stateset. More... over 23 years ago
Added osg::StateSet::merge(const StateSet& rhs) merges merges the modes and attributes of rhs into 'this' stateset. More... over 23 years ago
Fixed the Flight and Drive manipulators to work with the updated Matrix::rotate code. More... over 23 years ago
Fixed the Flight and Drive manipulators to work with the updated Matrix::rotate code. More... over 23 years ago
Fixed a small boo-boo in definition of bit masks in include/osg/Drawable More... over 23 years ago
Fixed a small boo-boo in definition of bit masks in include/osg/Drawable More... over 23 years ago
Mr. O added fancy, shmanzy C++ code, but broke normal transform functionality Fixed. More... over 23 years ago
Mr. O added fancy, shmanzy C++ code, but broke normal transform functionality Fixed. More... over 23 years ago
Quick 'n dirty fix to TrackballManipulator to get the rotations doing the right things after the Quat fixes. More... over 23 years ago
Quick 'n dirty fix to TrackballManipulator to get the rotations doing the right things after the Quat fixes. More... over 23 years ago
Cleaned up some 'make clobber' issues in root Makefile More... over 23 years ago
Cleaned up some 'make clobber' issues in root Makefile More... over 23 years ago
Quaternions were assigning inverted values during conversion to matricies. This is probably due to an error on the gamasutra web page demonstrating this. It caused left-handed rotations rather than right handed rotations. Should be fixed now. More... over 23 years ago
Quaternions were assigning inverted values during conversion to matricies. This is probably due to an error on the gamasutra web page demonstrating this. It caused left-handed rotations rather than right handed rotations. Should be fixed now. More... over 23 years ago
Changed the naming and calling convention of the new Drawable::AttributeFunctor and have updated GeoSet to use mutable values for the _numverts etc, allowing osg::GeoSet::computeNumVerts() to be a const operation. osg::GeoSet::getNumVerts is now a const once more, so avoiding compilation problems. Also chaned the new osgconv orientation code to use a Drawable::AttributeFunctor so it can work on other Drawables other than just GeoSets. More... over 23 years ago
Changed the naming and calling convention of the new Drawable::AttributeFunctor and have updated GeoSet to use mutable values for the _numverts etc, allowing osg::GeoSet::computeNumVerts() to be a const operation. osg::GeoSet::getNumVerts is now a const once more, so avoiding compilation problems. Also chaned the new osgconv orientation code to use a Drawable::AttributeFunctor so it can work on other Drawables other than just GeoSets. More... over 23 years ago
Added Mr. Osfields dynamic_cast<> and test for validity test. More... over 23 years ago
Added Mr. Osfields dynamic_cast<> and test for validity test. More... over 23 years ago
backed out right-handed coordinate transform for makeRot(vec3,vec3) in Quat.cpp More... over 23 years ago
backed out right-handed coordinate transform for makeRot(vec3,vec3) in Quat.cpp More... over 23 years ago
A few more clean ups More... over 23 years ago
A few more clean ups More... over 23 years ago
Cleaned up the usage message More... over 23 years ago