OpenSceneGraph icon indicating copy to clipboard operation
OpenSceneGraph copied to clipboard

OpenSceneGraph git repository

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

#0 0x00000000400b0e14 in () #1 0x00007fffc8d86679 in () at /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.510.85.02 #2 0x00007fffc8d973b5 in () at /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.510.85.02 #3 0x00007fffc89fd09e in () at /usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.510.85.02 #4 0x00007ffff7599ec2 in osgText::Text::drawImplementationSinglePass(osg::State&, osg::Vec4f const&) const ()...

Mesa considers texture2DLod to be a GLSL 1.3+ function. We should explicitly declared the extension when GLSL version is under 1.3. See https://github.com/trzy/Supermodel/issues/4

Hi, everyone. I created an earth with osgEarth2.7.0 and OSG3.4.0 on the Qt platform. When I add some text on the earth using osgText and try to control their visibility,...

…pBarrierNV, and the existing traits This change is meant to be analogous to commit 634344aef504 ("From Marius Heise, "here is a patch that implements Win32 HW-synced swapping using wglJoinSwapGroupNV, wglBindSwapBarrierNV...

Building Error: ‘class Poly_Triangulation’ has no member named ‘Nodes’

I have a glb model that uses EXTMeshGPUInstancing internally, how do I convert this model to osgb? How to define OSG. Group()、osg. PagedLOD()、osg. MatrixTransform、osg. Geode、osg. Geometry's hierarchy? How to share...

Running a simple program to render a sphere in full screen causes a set fault when using the setUpViewerAsEmbeddedInWindow or the setUpViewInWindow method. Commenting out these calls fixes the issue...

I am using QT, C++ and obviously OpenSceneGraph. More specifically, I have a C++ class that derives from QOpenGLWidget. This class contains, among other variables, these two: ``` osg::ref_ptr m_root;...

I have a GLTF model , when i try to load using "osg::ref_ptr model = osgDB::readRefNodeFile("3dmodel.gltf")" i can't see any texture's loaded along with it, even "cessna.osgt" is loading without...