pub fn parse_obj_with_options<R>(
text: &str,
options: &ParseOptions,
resolve: R,
) -> Result<Scene3D>Expand description
Parse an OBJ document with explicit ParseOptions and a
caller-supplied mtllib resolver. Lifts the option struct out of
the otherwise-identical parse_obj_with_resolver signature.