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
This is a larger problem but i take the UltraHDLoader case.
UltraHDLoader dependencies are from three
In r167 I replaced all my import from three to three/webgpu accessible build via the package.json
So i get logically WARNING: Multiple instances of Three.js being imported..
This problem is likely to happen on other class and the 'easy' solution under is not very elegant.
Reproduction steps
import the UltraHDLoader in a project importing files from three/webgpu
The text was updated successfully, but these errors were encountered:
mrdoob
changed the title
import from three/webgpu incompatible with UltraHDLoader
import from three/webgpu incompatible with UltraHDRLoader
Jul 31, 2024
Description
This is a larger problem but i take the UltraHDLoader case.
UltraHDLoader dependencies are from
three
In r167 I replaced all my import from
three
tothree/webgpu
accessible build via the package.jsonSo i get logically
WARNING: Multiple instances of Three.js being imported.
.This problem is likely to happen on other class and the 'easy' solution under is not very elegant.
Reproduction steps
three/webgpu
Code
threejs
package.json
relevant part :easy fix for this case, i duplicate the class and changed the import.. :
Live example
non relevant.
Screenshots
No response
Version
r167
Device
No response
Browser
No response
OS
No response
The text was updated successfully, but these errors were encountered: