pub fn parse(bytes: &[u8], profile: ValidationProfile) -> Result<Import>Expand description
Parses glTF or GLB bytes and applies the selected profile’s basic checks.
Enable strict-validation to validate all cross-references before loading.
pub fn parse(bytes: &[u8], profile: ValidationProfile) -> Result<Import>Parses glTF or GLB bytes and applies the selected profile’s basic checks.
Enable strict-validation to validate all cross-references before loading.