From 94f1dc15b3b07c011ef7ae2029d1b3646942aaad Mon Sep 17 00:00:00 2001 From: LZaw <28070263+LZaw@users.noreply.github.com> Date: Fri, 9 Mar 2018 13:48:05 +0100 Subject: [PATCH] Update obj_sticher.cc --- examples/obj_sticher/obj_sticher.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/obj_sticher/obj_sticher.cc b/examples/obj_sticher/obj_sticher.cc index ae3b093..9032722 100644 --- a/examples/obj_sticher/obj_sticher.cc +++ b/examples/obj_sticher/obj_sticher.cc @@ -151,7 +151,7 @@ int main(int argc, char **argv) Material out_material; StichObjs(out_attribute, out_shape, out_material, attributes, shapes, materials); - bool coordTransform = false; + bool coordTransform = true; bool ret = WriteObj(out_filename, out_attribute, out_shape, out_material, coordTransform); assert(ret);