Skip to content

Commit

Permalink
Update spec tests for quaternions.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrehayden1 committed Feb 24, 2024
1 parent 45c80a6 commit 397d00d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Text/GLTF/Loader/Internal/AdapterSpec.hs
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ loaderNode = Node
{ nodeChildren = [1],
nodeMeshId = Just 5,
nodeName = Just "node",
nodeRotation = Just $ V4 1 2 3 4,
nodeRotation = Just . Quaternion 4 $ V3 1 2 3,
nodeScale = Just $ V3 5 6 7,
nodeTranslation = Just $ V3 8 9 10,
nodeWeights = [11, 12, 13]
Expand Down

0 comments on commit 397d00d

Please sign in to comment.