SharpGLTF icon indicating copy to clipboard operation
SharpGLTF copied to clipboard

[QUESTION]

Open DrEight opened this issue 2 years ago • 1 comments

Hello, I'm trying to write a converter from GLB to FBX. Do you have an example on how I can traverse the scene?

DrEight avatar Jul 21 '23 07:07 DrEight

In SharpGLTF, the section that handles scene traversal is in the Runtime namespace, which in the latest release, I refactored into its own library called SharpGLTF.Runtime

You're not required to use the library if you want to do your own scene traversal, but you can take a look at the library and see how it works.

The method you might be interested is this one

vpenades avatar Jul 23 '23 08:07 vpenades