Can VulkanSceneGraph be used to convert .osgb files to the u3d format? #1177
Replies: 1 comment
-
Both OpenSceneGraph and VulkanSceneGraph are libraries primarily for rendering not format conversion. Both can load a range of 3d and image formats rather than writing to other 3rd part formats. A few formats are support where really generally used like image write. For format conversion you might find something like assimp more helpful. |
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.
-
Before I even get started installing I figured a gut check this is even what I need might be useful. Does VulkanSceneGraph let you convert between 3d formats or should I be looking at openSceneGraph for that?
Beta Was this translation helpful? Give feedback.
All reactions