Skip to main content

read_vrml

Function read_vrml 

Source
pub fn read_vrml(text: &str) -> OgeomResult<Vec<ImportedMesh>>
Expand description

Read the meshes a VRML file draws.

ยงErrors

OgeomError::Construction if the header names no VRML version read here, or the text does not parse.