Comments
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.
michael weeley
2024-11-24 12:11:07 +0000 UTCdid you try npm install lil-gui? might be missing from package.json sorry.
Yuri Artiukh
2023-07-22 05:33:37 +0000 UTCSorry 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'
JANUS
2023-07-21 17:00:02 +0000 UTCrun the project with `npx parcel index.html`, it needs bundling
Yuri Artiukh
2023-01-30 09:14:03 +0000 UTCI can't get this to work opening the html page you provided
Xico Nora
2023-01-30 00:30:39 +0000 UTCNice
long
2022-02-21 15:41:39 +0000 UTC