gltf-insight icon indicating copy to clipboard operation
gltf-insight copied to clipboard

*some* gltf hierarchy still doesn't load as expected

Open Ybalrid opened this issue 5 years ago • 0 comments

AlphaBlendTest and Orientation test specifically don't load correctly.

Now that rendering has been fixed for most files (#11) it seems that there are still some issues.

  • maya exported iclone model doesn't have proper transform on teeth
  • AlphaBlendTest and OrientationTest are totally mangled.
  • CesiumMan's skeleton play animation fine, but skeleton and geometry are at 90° from each other.

These issues point out to an error in the way rotations are handled. At first glance, everything looks normal, especially local coordinates loading.

This need careful inspection of the mathematical result from re-composition of TRS matrices and all quaternion manipulations.

Ybalrid avatar Jun 27 '19 16:06 Ybalrid