OpenSceneGraph
OpenSceneGraph copied to clipboard
OpenSceneGraph git repository
when osg supports for PBR
if 'yes', it's mean I can't use MultiThreaded mode? Is 'yes' for both Qt5 and Qt6?
`auto_ptr` is removed in C++17. This PR fixes gdal and ffmpeg plugin in a similar way than dae plugin was fixed (see https://github.com/openscenegraph/OpenSceneGraph/commit/863dee52e20f6446b9497aa4bf1bfaefc0074d1b), but also takes into account that `__cplusplus`...
OpenSceneGraph is a great work! I want to use it with python, instead of C/C++ which is too hard for me. Thanks for you answers.
osgarchive may fail to add files to archives for various reasons, and it used to fail silently, making you think that it worked just fine, only to realize the problem...
I was trying to understand why fonts weren't working in an `osga` file. When I use `osgarchive` with fonts it apparently succeeds. Turns out it isn't, but it was failing...
In the `::MOVE` event it returns the correct window height, but in `::FRAME` it returns the initial value of `_windowHeight` (1024). I need it in `::FRAME` in order to debounce...
A fresh build of Open Scene Graph version 3.4 ended with a compile error on Ubuntu 22.10 because bool ObjectCache::ClassComp::operator() was not declared const. The declaration in openscenegraph/include/osgDB/ObjectCache and the...
OSG is a great work. I have a group of OSGB files with LOD format. I just want to get all vertex information from those files by OSGDB::readNodeFile. It is...
Hey guys, I'm new to OSG. I added a getWindowingSystemInterface call in the `osgemscripten.h`'s `setupRendering` function. ``` osg::GraphicsContext::WindowingSystemInterface* wsi = osg::GraphicsContext::getWindowingSystemInterface(); ``` https://github.com/openscenegraph/OpenSceneGraph/blob/2e4ae2ea94595995c1fc56860051410b0c0be605/examples/osgemscripten/osgemscripten.h#L155-L163 After building and opening in the browser,...