pub fn parse_ply(text: &str) -> Result<MeshStorage, PlyError>Expand description
Parse PLY ASCII text (legacy entry point, delegates internally to parse_ply_bytes).
pub fn parse_ply(text: &str) -> Result<MeshStorage, PlyError>Parse PLY ASCII text (legacy entry point, delegates internally to parse_ply_bytes).