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

[This line in the OBJ Reader](https://github.com/openscenegraph/OpenSceneGraph/blob/34a1d8bc9bba5c415c4ff590b3ea5229fa876ba8/src/osgPlugins/obj/ReaderWriterOBJ.cpp#L245) causes images to be loaded as an absolute path. This produces undesirable behavior when writing the scene out again; any relative paths in the...

At the moment, in compileGLObjects method of text, not only the preparation of glBuffers takes place, but also the rendering itself. This leads to text rendering in those moments when...

If the 3D text has a flat bevel, then the main faces of the letter should not share vertices with the bevel face. Otherwise, with some bevel settings, it will...

Hi @robertosfield, I would like to use OSG with PDF plugin in an application to be released under the AGPLv3 license. Currently [ReaderWriterPDF.cpp](https://github.com/openscenegraph/OpenSceneGraph/blob/master/src/osgPlugins/pdf/ReaderWriterPDF.cpp) is distributed under the GPL 2.0 license....

The bound can be used in LOD, if the text is placed in LOD. In this case, the wrong boundary may cause the text placed in LOD never is rendered.

Hello,this link is unaccessible http://trac.openscenegraph.org/projects/osg//wiki/Support/ReferenceGuides How to build API doc from source?

For example, a collada-file with a `` with attribute id="bip01 spine" gives an OSG node with name "bip01". This may be a bug in dae-reader used by OSG, it's not...

Hey there! I just tried to compile the 3.6.5 release commit without success. After I ran `cmake -G "MinGW Makefiles" .`, `mingw32-make` fails at FileUtils.cpp with the following error: ```...

**glPointSize**(_size) in **Point::apply**(State& state) is **NOT** applied when **OSG_GL_FIXED_FUNCTION_AVAILABLE** is not defined. glPointSize function is always available in all OpenGL version. OSG version: 3.6.2

Hello evrybody I found a strage behavior of osgUtil::RayIntersector(osgUtil::Intersector::WINDOW, x, y) with some models using shared geometries among geodes. This method seems to return a wrong sequence of intersections, or...