Proof of Concept VRM0/VRM1 Extension#1180
Conversation
|
Hi @miramocha! Sorry for the late response – it's great to see your proof of concept VRM support. Do you mind sharing some context about how you're interested in using glTF Transform with VRM files, and your plans for the extensions here? Thanks! |
I'm currently doing a total rewrite of my personal VRM online editor: https://vrmeditor.miraluna.moe/ My end goal is to normalize VRM0 and VRM1 into one data model. That way we can import either VRM0 or VRM1, manipulate the data, and then export it in either format. Here's what I have so far, I'm almost done with parsing VRM0 into a normalized data model and then export it back as VRM0 data format: |
No description provided.