use std::path::Path; use anyhow::Result; use crate::scene_data::Scene; pub fn parse_input_file(path: impl AsRef) -> Result { todo!() }