-
According to https://cmake.org/cmake/help/latest/guide/using-dependencies/index.html#libraries-providing-config-file-packages, libraries that want to support cmake find_package() in configuration mode…
-
If a user on the Windows platform presses a key&modifier combination, the vsg::KeyPressEvent/vsg::KeyReleaseEvent objects will not properly report the modifier being held down.
**To Reproduce**
1.…
-
Hi Robert,
I just pulled a fresh copy of all the VSG libraries and vsgExamples to try vsgshadow (VSG commit ca7b190db9066960ae3b136c33540d1aa50d88f9). The image initially displays OK, but if I spin…
-
I have tested the new shadowing functionality on Linux, Windows 11 and MacOS 14.0 (Sonoma). The Linux and Windows version of vsgshadow works well. On the Mac the shadows don't show up.
-
**Describe the bug**
I'm studying vsg with my GPU Nvidia Quadro P1000 GPU, but I can't run any example, it crush
**To Reproduce**
Steps to reproduce the behavior:
1. compile and install vsg
2. …
-
Thanks for this example project, I'm excited to get it working.
I was able to build it (with lots of warnings of the form _ld: warning: object file (/usr/local/lib/libvsgd.a(Camera.o)) was built fo…
-
When I created the example like osgstaticviewer by using cmake.I can't load static lib from the path to plugins-{$version} (eg. plugins-3.6.5),during compilation.so i cant find lib like `..\..\lib\osg…
-
Library name: VulkanSceneGraph
Library description: VulkanSceneGraph (VSG), is a modern, cross platform, high performance scene graph library built upon Vulkan graphics/compute API
Source reposi…
-
vsgCs throws this error when using Google Photorealistic Terrain and zooming in on an area.
Hardware: AMD Integrated Graphics (Renoir)
Driver version: 2.0.193
API version: 1.2.182
This driver …
-
Hi Robert,
I get a message that vkQueue is being used simultaneously by multiple threads when resizing the window. I suspect that it only happens when I'm also using the DatabasePager. The message …