KhronosGroup / glTF-Sample-Assets

To store all models and other assets related to glTF
251 stars 30 forks source link

Sample skinned assets without inverseBindMatrices #132

Open emackey opened 1 week ago

emackey commented 1 week ago

The glTF spec says that inverseBindMatrices are optional.

Does this repo contain any sample assets that use skinning without the IBMs? We should probably have a test asset that checks whether this works in client implementations.

/cc https://github.com/KhronosGroup/glTF/issues/2411

bghgary commented 1 week ago

FWIW, the third model of https://github.com/KhronosGroup/glTF-Asset-Generator/blob/main/Output/Positive/Animation_Skin/README.md is testing this exact thing.

UltraEngine commented 1 week ago

If you have a model you want to try, I can use Unwrap3D to strip out the inverse bind matrices. It works on all models I have tried.