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 authored and sgillespie committed Feb 24, 2024
1 parent 82adc63 commit 3b75c8e
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 @@ -320,7 +320,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 3b75c8e

Please sign in to comment.