openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
Open Scene Graph
Settings
|
Report Duplicate
35
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Jun 09, 2024 — Jun 09, 2025
Showing page 1,071 of 1,083
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Added translation and scaling to osgconv
Don BURNS
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.
Don BURNS
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.
Don BURNS
More...
over 23 years ago
Fixed compilation problems under Windows due to changes in using std::ostream etc.
Robert Osfield
More...
over 23 years ago
Fixed compilation problems under Windows due to changes in using std::ostream etc.
Robert Osfield
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.
Robert Osfield
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.
Robert Osfield
More...
over 23 years ago
Added :Referenced() to the osg::Camera(..) copy constructor to prevent a warning under Linux.
Robert Osfield
More...
over 23 years ago
Added :Referenced() to the osg::Camera(..) copy constructor to prevent a warning under Linux.
Robert Osfield
More...
over 23 years ago
*** empty log message ***
Don BURNS
More...
over 23 years ago
*** empty log message ***
Don BURNS
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.
Robert Osfield
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.
Robert Osfield
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.
Robert Osfield
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.
Robert Osfield
More...
over 23 years ago
Updates to the flt loader, from Brede Johansen.
Robert Osfield
More...
over 23 years ago
Updates to the flt loader, from Brede Johansen.
Robert Osfield
More...
over 23 years ago
Integrated Brede Johansen's updates to flt loader.
Robert Osfield
More...
over 23 years ago
Integrated Brede Johansen's updates to flt loader.
Robert Osfield
More...
over 23 years ago
Made a output message output as osg::DEBUG only.
Robert Osfield
More...
over 23 years ago
Made a output message output as osg::DEBUG only.
Robert Osfield
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.
Robert Osfield
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.
Robert Osfield
More...
over 23 years ago
Improved support for anaglyphic stereo.
Robert Osfield
More...
over 23 years ago
Improved support for anaglyphic stereo.
Robert Osfield
More...
over 23 years ago
Beginings of support for quad bufferd, red/green, and slit screen stereo.
Robert Osfield
More...
over 23 years ago
Beginings of support for quad bufferd, red/green, and slit screen stereo.
Robert Osfield
More...
over 23 years ago
Corrected a small booboo in preprocessor guard for header file in GLU and added Matrix::identity() to Matrix
Don BURNS
More...
over 23 years ago
Corrected a small booboo in preprocessor guard for header file in GLU and added Matrix::identity() to Matrix
Don BURNS
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().
Robert Osfield
More...
over 23 years ago
←
1
2
…
1067
1068
1069
1070
1071
1072
1073
1074
1075
…
1082
1083
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree