Merge branch 'main' into cad-mainline

This commit is contained in:
SoftFever
2026-08-28 19:08:46 +08:00
committed by GitHub
43 changed files with 1582 additions and 133 deletions
+1 -1
View File
@@ -264,7 +264,7 @@ static void add_textured_mesh_to_model(Model& model, const TexturedMesh& tex_mes
its_remove_degenerate_faces(its);
its_compactify_vertices(its);
model.add_object(object_name.c_str(), input_file.c_str(), std::move(TriangleMesh(std::move(its))));
model.add_object(object_name.c_str(), input_file.c_str(), TriangleMesh(std::move(its)));
}
Model Model::read_from_file(const std::string& input_file,