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

Hello,I think it's a bug and recurrent Very occasionally. using osg3.4.0 I uses osg lib to write osgb file , code like this ``` osg::ref_ptr group = new osg::Group; for(const...

`FreeTypeFont::getVerticalSize` relies on `FreeTypeFont::getCoordScale` instead of `unitsPerEm` to compute the ascender and descender. `FreeTypeFont::getCoordScale` uses `_currentRes.second * 64` where _currentRes.second is initialized to 32 and then changes arbitrarily whenever a...

https://github.com/openscenegraph/OpenSceneGraph/blob/2e4ae2ea94595995c1fc56860051410b0c0be605/CMakeModules/OsgMacroUtils.cmake#L176-L182 All "TMPVAR" above is empty. This cause plugins are not built in the plugin folder with Ninja or Makefile. Mabey correct to: FILE(TO_CMAKE_PATH "${CMAKE_ARCHIVE_OUTPUT_DIRECTORY}/${RELATIVE_OUTDIR}" TMPVAR)

my computer X64 intel Qt5 MSVC2019 compiler and my code is: ![2584](https://github.com/openscenegraph/OpenSceneGraph/assets/18071679/c3ae6cb7-a64e-4a38-85f1-b39fadf7e1f7) I tried many methods ,but no works, so I come here,and ask the author and distributers. I really...

Added support for X1 and X2 mouse buttons (5-button mouse). osgGA::GUIEventAdapter::X1_MOUSE_BUTTON and osgGA::GUIEventAdapter::X2_MOUSE_BUTTON enumeration values are added and their processing for push, release, current state , etc.

原因: ![image](https://github.com/openscenegraph/OpenSceneGraph/assets/12531672/328967db-541e-42f7-ad6c-d4d2e04cc309) 暂时解决办法:在GraphicsWindowWin32::createContextImplementation函数里面加入 ![image](https://github.com/openscenegraph/OpenSceneGraph/assets/12531672/965d3675-e48c-46d3-9933-b28a0f90880b)

Now I want to use advanced opengl in 3.7.0, but there are some issues. After running the example, the model did not display correctly. Is there a problem with my...

`osgText::Text::AlignmentType::LEFT_TOP` should align the text to the tallest possible glyph, but in practice it's aligning to the tallest glyph currently present in the input text. This is a problem when...

Adds native Wayland graphics support, change summary: * Minor build changes to link appropriate libraries and build new sources provided `libwayland-dev` and `wayland-protocols` packages are available (via a new `CMakeModules/FindWayland.cmake`...

Hi, I want to calculate the support volume of 3-D mesh. I tried to find a direct method to get or calculate the support volume. Can you help me to...