-
Notifications
You must be signed in to change notification settings - Fork 4
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
icosahedron example - newer versions will not run. #15
Comments
more info: However I don't know enough to fix in pyscript. |
We probably also want to be able to import the addons/ e.g. for orbit controls. |
Looks like it was announced in 2024.1.1
Alas adding this to the toml file does work:
as does this: |
As of new examples release. Still using "three.js/0.147.0" 17 releases behind and cannot use. This example needs to be updated: OK. looks like this entire repo is no longer being used anymore (still linked to src="https://pyscript.net/releases/2024.1.1/core.js" in html file). SO - going to try to find where you're pulling the examples from and repost this issue there. |
Three.js now at version 165. |
Tried updating to three.js version 162 using cdjns published url:
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/0.162.0/three.module.min.js"></script>However get error message:
I am not sure if this is happening because of order of imports (and three is not loaded but the older 147 is loaded), or of a change made between builds 147 and 162 in three.js itself.
Also unsure if doing it like this is preferred now or should it be in toml file ?
Hoping you can help and update the examples.
The text was updated successfully, but these errors were encountered: