diff --git a/rust/spark-lib/src/ply.rs b/rust/spark-lib/src/ply.rs index a334f2f9..57681c85 100644 --- a/rust/spark-lib/src/ply.rs +++ b/rust/spark-lib/src/ply.rs @@ -381,7 +381,7 @@ fn parse_header(header: &str) -> anyhow::Result { return Err(anyhow!("Unsupported PLY version: {}", fields[2])); } }, - "comment" => { + "comment" | "obj_info" => { // ignore }, "element" if fields.len() == 3 => {