#THREE JS LOADER ISSUE?
12 messages · Page 1 of 1 (latest)
How are you loading three.js? if you bind to @latests or similar your code is going to be using the current version of three which has breaking features.
Figure out what version was around when you made that and import that version
should work
what if I use it like this
😭
wait nvm
you are right
probably need to change the version
yeah that will always pull the latest, not the one used when the site was written. There's been some big changes with colors/srgb so something you're doing is using the old terms