KhronosGroup / glTF-Asset-Generator

Tool for generating various glTF assets for importer validation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instancing is not suported for skins

stevk opened this issue · comments

This blocks me from creating a model to test the following:
Multiple meshes sharing a single skin. (KhronosGroup/glTF#1285)

I believe that I could work around this issue by editing the output after the runtime conversion, but I don't think that would be an ideal solution.

fixed by #462