-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update to aframe 1.5.0 and three.js r160 #38
Comments
Hi! |
Hi! |
Did you mean |
Here is my PR with updating changes: 3DStreet#1 |
closed by #39 |
I'm updating component to the latests aframe and three.js versions. I wanted to ask for advice. The latest versions of the WorkerPool and KTX2Loader libraries only support the jsm format. If I set type=module when calling these scripts from the examples, then an access error to
three
occurs, apparently in one of the libraries. If I insert import map into the example files like this then it works good:Only now the textures from the examples are always at a low level of detail. Although I tried increasing the values:
The text was updated successfully, but these errors were encountered: