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

When doing a `find_package()` to locate OSG, CMake gives off the following warning: ``` CMake Deprecation Warning at extern/lib64/cmake/OpenSceneGraph/OpenSceneGraphConfig.cmake:58 (cmake_minimum_required): Compatibility with CMake < 2.8.12 will be removed from a...

Hello :) I want to know if it's possible to build a no modal window ?? thx in advance my code : `else { osgViewer::Viewer* singleViewer = new osgViewer::Viewer; viewer...

When linedir is (0,0,1), the cone on the left (i.e. the bottom) is not oriented correctly.

…yphQuadMap[glyphTexture] can exist but it's _primitive can be invalid. GlyphQuads's interface need to be changed (osg::Referenced now, setupPrimitives() method without definition deleted); TextureGlyphQuadMap changed. Intersection with Text improved (no dynamic_casts,...

…a should not be destroyed until the end of the renderer's operation, so using ref_ptr!