Skip to content

Commit

Permalink
Merge pull request #2254 from IamTheCarl/export_obj_visibility_fix
Browse files Browse the repository at this point in the history
Made `export_obj` public
  • Loading branch information
hannobraun authored Mar 6, 2024
2 parents 4f8fcdb + 4a20a01 commit b1798e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-export/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ pub fn export_stl(
}

/// Export the provided mesh to the provided writer in the OBJ format.
fn export_obj(
pub fn export_obj(
mesh: &Mesh<Point<3>>,
mut write: impl Write,
) -> Result<(), Error> {
Expand Down

0 comments on commit b1798e3

Please sign in to comment.