Comments
michael weeley
Hi just here to update on a quick fix if people come back to this code. If your screen shows a white page and doesnt load the animation, this is because SphereBufferGeometry has been deprecated, and all you need to do is replace SphereBufferGeometry with SphereGeometry and it will fix the issue.
Yuri Artiukh
did you try npm install lil-gui? might be missing from package.json sorry.
JANUS
Sorry I have this problem Server running at http://localhost:1234 🚨 Build failed. @parcel/core: Failed to resolve 'lil-gui' from './js/app.js' /Users/matteotrivoli/Desktop/Archive/js/app.js:9:17 8 | import vertex1 from "./shader/vertex1.glsl"; > 9 | import GUI from 'lil-gui'; > | ^^^^^^^^^ 10 | import gsap from "gsap"; 11 | @parcel/resolver-default: Cannot find module 'lil-gui'
Yuri Artiukh
run the project with `npx parcel index.html`, it needs bundling
Xico Nora
I can't get this to work opening the html page you provided
long
Nice