35
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 09, 2024 — Jun 09, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added translation and scaling to osgconv More... over 23 years ago
Fixed Matrix::rotate( Vec3 from, Vec3 to); was using to X from to derive axis, which causes a left-handed rotation. Fixed to from X to. More... over 23 years ago
Fixed Matrix::rotate( Vec3 from, Vec3 to); was using to X from to derive axis, which causes a left-handed rotation. Fixed to from X to. More... over 23 years ago
Fixed compilation problems under Windows due to changes in using std::ostream etc. More... over 23 years ago
Fixed compilation problems under Windows due to changes in using std::ostream etc. More... over 23 years ago
Removed the 'using namespace std' and replaced with more specific 'using std::ostream' this should help prevent polution of the global namespace with std when including these osg include files. More... over 23 years ago
Removed the 'using namespace std' and replaced with more specific 'using std::ostream' this should help prevent polution of the global namespace with std when including these osg include files. More... over 23 years ago
Added :Referenced() to the osg::Camera(..) copy constructor to prevent a warning under Linux. More... over 23 years ago
Added :Referenced() to the osg::Camera(..) copy constructor to prevent a warning under Linux. More... over 23 years ago
*** empty log message *** More... over 23 years ago
*** empty log message *** More... over 23 years ago
Added support for automatic deletion of osg::GeoSet's attributes, via a default AttributeDeleteFunctor which uses delete []. Users can create their own handlers for the attribute memory to override this default behavior. More... over 23 years ago
Added support for automatic deletion of osg::GeoSet's attributes, via a default AttributeDeleteFunctor which uses delete []. Users can create their own handlers for the attribute memory to override this default behavior. More... over 23 years ago
Various files which should have been checked in earlier but were missed... VisualStudio files for flt loader, and header files or Image and Texture for new osg::Texture::CLAMP_TO_EDGE and osg::Image::dirty. More... over 23 years ago
Various files which should have been checked in earlier but were missed... VisualStudio files for flt loader, and header files or Image and Texture for new osg::Texture::CLAMP_TO_EDGE and osg::Image::dirty. More... over 23 years ago
Updates to the flt loader, from Brede Johansen. More... over 23 years ago
Updates to the flt loader, from Brede Johansen. More... over 23 years ago
Integrated Brede Johansen's updates to flt loader. More... over 23 years ago
Integrated Brede Johansen's updates to flt loader. More... over 23 years ago
Made a output message output as osg::DEBUG only. More... over 23 years ago
Made a output message output as osg::DEBUG only. More... over 23 years ago
Commented out the code to force sgv to use ANAGLYPHIC_STEREO as this should not be the default, will add options to do this later. More... over 23 years ago
Commented out the code to force sgv to use ANAGLYPHIC_STEREO as this should not be the default, will add options to do this later. More... over 23 years ago
Improved support for anaglyphic stereo. More... over 23 years ago
Improved support for anaglyphic stereo. More... over 23 years ago
Beginings of support for quad bufferd, red/green, and slit screen stereo. More... over 23 years ago
Beginings of support for quad bufferd, red/green, and slit screen stereo. More... over 23 years ago
Corrected a small booboo in preprocessor guard for header file in GLU and added Matrix::identity() to Matrix More... over 23 years ago
Corrected a small booboo in preprocessor guard for header file in GLU and added Matrix::identity() to Matrix More... over 23 years ago
Fixed bug in osg::StateSet::merge(..) where the containers were being iterated from begin() to begin() rather than begin() to end(). More... over 23 years ago