You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If a gltf file contains transformations in the fields scaling, rotation, and translation, these are not considered in the computation.
This happens because in the function getParentNodesMatrices, only the field matrix is checked.
However, the GLTF specifications says that also three other fields are present (for T, R, and S), which can contain the transformations separately.
The text was updated successfully, but these errors were encountered:
aronfiechter
changed the title
[Question] Are transformations applied?
Transformations are not applied if they are not in the matrix field
Apr 25, 2019
If a
gltf
file contains transformations in the fieldsscaling
,rotation
, andtranslation
, these are not considered in the computation.This happens because in the function
getParentNodesMatrices
, only the fieldmatrix
is checked.However, the GLTF specifications says that also three other fields are present (for T, R, and S), which can contain the transformations separately.
The text was updated successfully, but these errors were encountered: