Evaluates whether this parser is capable of reading and interpreting the target file asset, typically by inspecting the path extension or resource query strings.
The source web address or file path.
True if parsing can be attempted, false otherwise.
Asynchronously parses a raw network response into the standardized engine ModelData model.
The source web address or file path of the asset.
The raw, unconsumed network Response object.
A promise resolving to a parsed ModelData structure.
ModelParser defines the interface for standardizing third-party 3D file formats (e.g. GLTF, OBJ, FBX) into a format-agnostic
ModelDatahierarchy.