VulkanSceneGraph-1.1.15, vsgXchange-1.1.12 and vsgExamples-1.1.13 dev releases tagged #1709
vsg-dev
announced in
Announcements
Replies: 1 comment
-
|
I received a report of a build failure in vsgXchange-1.1.12 when building without assimp so have checked in a fix to vsgXchange master and vsgExamples master, and have tagged new dev releases of these repos: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All,
Over the past couple of weeks I have updated my main developement machine to Kubuntu 26.04 so I now have recent compilers, cmake etc. The updated cppcheck highlighted a large number of issues, mostly these are cosmetic but also uncovered a couple of bugs that are now resolved. I also fixed 4 bugs found my an AI tool. Finally I fixed a bug in the DatabasePager/CompileManager that was causing problems.
I have also refactored vsgXchange::assimp, gltf and Tiles3D (3D Tiles loader) so that each one has respective a Builder classes that you can now subclass from and implement your own mapping from assimp/gltf/3DTiles to VSG scene graph. You can pass in the custom Builder via vsg::Options.
In vsgExamples I had a vsgcustombuilders example that illustrates the new assimp::Builder, gltf::Builder and Tile3D::Builder subclassing.
To wrap up all this work I've tagged respective developer releases:
Beta Was this translation helpful? Give feedback.
All reactions