Acording to recent conversation in _forum_ in above link exporting skins is not implemented yet.
thanks a lot for this request. @Drigax will look at it (but not now as he already has a lot to deal with exporters :))
Feel free to help if you want
thanks. I would love to. What kind of task is at hand? Can I getr some leads while I go into codebase to look around?
I think serializers/ and serializers/glTF is a good place to start with.
This is the right place
any news?
Unfortunately not any so far. Only if I had the time these recently. :|
I started by creating this test harness so I can quickly evaluate glTF sample models:
https://playground.babylonjs.com/#T087A8#6
Testing this asset import->export->import round trip with AnimatedCube, I can see that our node animation export works fine. That's somewhat of a relief, as I'm not too worried about glTF animation accessor and samplers being properly setup.
Looking back at the forum post, I can see that we're testing against alien from our meshes library, which also includes Morph target and skeletal animation. I'll update my PG to use this asset instead, as its pretty comprehensive as far as export capabilities go.
Alien test bench has been completed. Going to close this issue to roll into #5100
Most helpful comment
I started by creating this test harness so I can quickly evaluate glTF sample models:
https://playground.babylonjs.com/#T087A8#6
Testing this asset import->export->import round trip with AnimatedCube, I can see that our node animation export works fine. That's somewhat of a relief, as I'm not too worried about glTF animation accessor and samplers being properly setup.
Looking back at the forum post, I can see that we're testing against alien from our meshes library, which also includes Morph target and skeletal animation. I'll update my PG to use this asset instead, as its pretty comprehensive as far as export capabilities go.