From b7fadd730a78671a0eaf55c36df24c04661ef2c3 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 16 Nov 2021 00:07:48 +0000 Subject: Swap y,z axis This was a pain... but all the coords make much more sense now and a lot of mystery negation has disappeared. --- test/test-obj.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test-obj.cpp') diff --git a/test/test-obj.cpp b/test/test-obj.cpp index 813a69c..c7bd6ce 100644 --- a/test/test-obj.cpp +++ b/test/test-obj.cpp @@ -34,6 +34,6 @@ BOOST_AUTO_TEST_CASE(create_meshes) const auto & o = ms.at("Body"); BOOST_REQUIRE_EQUAL(88, o.first.size()); const auto & v = o.first.front(); - BOOST_REQUIRE_CLOSE(1.345, v.pos.x, 1); + BOOST_REQUIRE_CLOSE(-1.345, v.pos.x, 1); BOOST_REQUIRE_EQUAL(138, o.second.size()); } -- cgit v1.2.3