URL to the model file.
Optionaloptions: {Optional loading configuration.
Optionalcontext?: ContextThe Needle Engine context to load into. Defaults to Context.Current.
Optionalonprogress?: (evt: ProgressEvent) => voidCallback invoked with download progress events.
Optionalpath?: stringOptionalseed?: numberSeed for generating unique component IDs.
A promise that resolves to the loaded Model (GLTF | FBX | OBJ | CustomModel), or undefined if loading fails.
Load a 3D model file from a URL (glTF, glb, FBX, OBJ, or any format with a registered loader).