OpenSceneGraph icon indicating copy to clipboard operation
OpenSceneGraph copied to clipboard

OpenSceneGraph git repository

Results 149 OpenSceneGraph issues
Sort by recently updated
recently updated
newest added

Hi Robert, I managed to find the root of a problem with some files failing to convert with option --compressed-dxt1, if the input has an uncompressed mip-mapped image with dimensions...

Hi Robert, I managed to find the root of a problem with some files failing to convert with option --compressed-dxt1, if the input has an uncompressed mip-mapped image with dimensions...

There is a gltf plugin at https://github.com/MozillaReality/OpenSceneGraph/tree/mozilla-master/src/osgPlugins/gltf Could this be merged into mainline?

since objects in cache are identified by both filename and options (2014-01-15) the databasepager won't load objects from cache.

since objects in cache are identified by both filename and options (2014-01-15) the databasepage won't load objects from cache.

Version 2020.2 of the FBX SDK have introduced support for Visual Studio 2019, i.e. the v142 toolset.

If Geometry nodes are directly attached to a Switch node (without using Geodes) then the Optimizer MergeGeometryVisitor incorrectly merges them all together. Simple fix to not merge directly attached Geometry...

ClipPlane Class in osg depends on opengl3 API "glclipplane". I want to integrate my project into android platform,but es2 and es3 donnot support glclipplane API. How can I fix this...