You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your README describes support for workers: A build system for ESM and CJS, compatible with browser, workers, and Node.
However, it is not supported in actual use. When using ColladaLoader to load the dae model, an error will be reported: ReferenceError: DOMParser is not defined
three
version: "0.158.0"@types/three
version: "0.158.2"three-stdlib
version: "2.28.5"Problem description:
Your README describes support for workers: A build system for ESM and CJS, compatible with browser, workers, and Node.
However, it is not supported in actual use. When using ColladaLoader to load the dae model, an error will be reported: ReferenceError: DOMParser is not defined
Relevant code:
Suggested solution:
support webworker load dae model.
The text was updated successfully, but these errors were encountered: