-
On Fri, 17 Sept 2021 at 11:39, Ralf Habacker ***@***.***>
wrote:
> Another difference is that the conversation do not convert the name of the
> osg::Object instance.
>
> The osgt file contains
…
-
With recent source I get the following compile errors:
```
/home/xxx/src/vsgFramework-mingw32-build/src/vsgExamples/examples/viewer/vsgwindows/vsgwindows.cpp: In function 'int main(int, char**)':
/…
-
**Describe the bug**
Unable to compile on my system.
The errors are in these files
vsg/vk/Context.h
/vsg/vk/Extensions.h
vsg/raytracing/AccelerationStructure.h
vsg/raytracing/AccelerationGeomet…
-
hi,
the newest version of vsgxchange won't build with the newest version of VSG under windows 10 and CMake.
CMake throws the following error:
(my build directory: G:/git/build/VulkanSceneGraph)…
-
I use **Ubuntu 20.04 LTS**, **Vulkan 1.1.130.0**. I get countless errors like these:
```
/home/shujaat/Downloads/VulkanSceneGraph/include/vsg/vk/Context.h:40:65: error: ‘VkAccelerationStructureBuild…
-
Hi, Robert~
When I'm going to build the latest version of vsgExample with latest VSG, I met the following error.
`error: ‘class vsg::AnimationPath’ has no member named ‘computeMatrix’; did you m…
-
**Is your feature request related to a problem? Please describe.**
Recently I tried compiling a shader using the vsg::ShaderCompiler and ran into the problem of non resolved includes when having incl…
-
I have seen the vsg project in github (https://vsg-dev.github.io/VulkanSceneGraph/). Weather osgearth has the develop plan to surpport this project?
-
**Describe the bug**
The scene graph setup:
- Viewer
- Window1
- CommandGraph
- RenderGraph
- View
- StateGroup (shared)
- BindPipeline (shared)
…
-
**Does your feature request relate to a problem? Please describe it.
vsg does not recognize the version of the Vulkan SDK being used, which would prevent version-related issues such as those reported…