Former-commit-id: c5d5b62d23b6f95f6fd0ea1682d17b0e3629a149
@@ -956,6 +956,8 @@ namespace igl
if (filename.size() > 0)
load_mesh_from_file(filename.c_str());
+ core.align_camera_center(data.V,data.F);
+
// Rendering loop
while (!glfwWindowShouldClose(window))
{