Skip to content

Commit

Permalink
fixed typo causing scene tangent errors
Browse files Browse the repository at this point in the history
  • Loading branch information
schell committed Dec 6, 2023
1 parent 1d7d349 commit d7f4970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/renderling/src/scene/gltf_support.rs
Original file line number Diff line number Diff line change
Expand Up @@ -758,7 +758,7 @@ impl GltfLoader {
b.position.xyz(),
b.uv.xy(),
c.position.xyz(),
c.position.xy(),
c.uv.xy(),
);
debug_assert!(!tangent.w.is_nan(), "tangent is NaN");
a.tangent = tangent;
Expand Down

0 comments on commit d7f4970

Please sign in to comment.