Working with a large quantity of GLB files I found that often I need some info from all files, and it is not the best thing to open each and inspect. So I decided to improve GLB batch processing as possible.
Here is quick proof-of-concept (no data export yet).
@j-te beat me to it lol. Great comments, very cool project, keep going!. Will this be open source and work outside of the wordpress environment? Following.
For our internal tools, we’re creating an Asset Library (GLB format will be the primary). I would be happy to help/contribute where possible, if you’re open to PRs.
At the moment I am implementing the latest GLTF validator. But the biggest challenge is to create good UI to work with all this data. Will publish when will be satisfied
It is definitely possible. Quite simple if export several GLBs, but I don’t know how to combine there into one GLB with the MSFT_lod extension.
That would be great! I hope I’ll publish the initial version in December.
Don’t let it be a big challenge, chicken and egg scenario with UI and UX. I’ll pitch-in once we’re happy with the whole scope of the tool and purpose, we can revisit the UI . I’ve recently created a tool with similar intentions but it audits and generates other files (not BJS related). Paginated/responsive/large data sets with split UI.
It is sounding promising! Are we going to follow a similar code architecture as the inspector, for consistency? It would be good to have the viewer compatible plus inspector, for testing each asset.