Update obj_sticher.cc
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user