Skip to content

Commit 94f1dc1

Browse files
authored
Update obj_sticher.cc
1 parent a4eabf5 commit 94f1dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/obj_sticher/obj_sticher.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ int main(int argc, char **argv)
151151
Material out_material;
152152
StichObjs(out_attribute, out_shape, out_material, attributes, shapes, materials);
153153

154-
bool coordTransform = false;
154+
bool coordTransform = true;
155155
bool ret = WriteObj(out_filename, out_attribute, out_shape, out_material, coordTransform);
156156
assert(ret);
157157

0 commit comments

Comments
 (0)