Skip to main content

parse_ply

Function parse_ply 

Source
pub fn parse_ply(text: &str) -> Result<MeshStorage, PlyError>
Expand description

Parse PLY ASCII text (legacy entry point, delegates internally to parse_ply_bytes).