vsgXchange icon indicating copy to clipboard operation
vsgXchange copied to clipboard

Utility library for converting data+materials to/from VulkanSceneGraph

Results 13 vsgXchange issues
Sort by recently updated
recently updated
newest added

Counterpart for https://github.com/vsg-dev/VulkanSceneGraph/pull/566

I was using vsgconv.exe to convert ktx to vsgt file, read vsgt in vsg, and failed. Here are the ktx files I used. [gcanyon_cube.zip](https://github.com/vsg-dev/vsgXchange/files/13164717/gcanyon_cube.zip)

Hi, I am using VSG + vsgXchange to load 3D asset files (of different formats) into an application and now I am trying to show a "TreeView" of the loaded...

I'm preparing to migrate from osg to vsg. I use osgviewer.exe and vsgviewer.exe to load the same dxf file. But the lines displayed by vsg do not have the original...

I am trying to build the v1.1.3 tag linking with vsg v1.1.7 tag on Linux. Getting this linker error; ``` /usr/bin/c++ -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong...

When gltf node has no transform and the only one child mesh, currently gltf-loader tries to simplify graph and use mesh without this node. But both node and mesh may...

gltf reader skip nodes that have no transform and only one child. We need these nodes so added an option to disable this behavior. Some details in https://github.com/vsg-dev/vsgXchange/pull/242

Hello! I was compiling vsgXchange on macos for the first time and got the following: ``` /Users/psi29a/Workspace/private/daggervsg/upstream/vsgXchange/src/stbi/stb_image_write.h:776:13: warning: 'sprintf' is deprecated: This function is provided for compatibility reasons only. Due...

Using a MIT licensed thread pool written by Barak Shoshany (BS::thread_pool) Reading TrueType font files and creating atlas' for use with VulkanSceneGraph is a slow, single threaded process especially when...

There seems to be some hidden transformation in vsgXchange v1.1.7 during the load process of obj modefiles. Please try this with the attached model file: **vsgviewer hmmwv_chassis_simple.obj** then convert it:...