pub fn load_scale_source_bytes_with_resource_root(
path: &Path,
bytes: &[u8],
resource_root: &Path,
) -> Result<FbxScaleSource, LoadError>Expand description
Load captured FBX bytes with a trusted external-resource root and retain its scale capability inventory.
The loader captures an accepted external file at most once by normalized logical key. It never follows a symbolic link or treats ufbx’s resolved absolute-path field as a path.
§Errors
Returns the same parser and source-facts errors as
load_scale_source_bytes.