Black textures since r135

Ever since i’ve updated my three.js from r128 to (initialy) 149 and beyond, the textures of my effect were no longer showing up. This has been an ongoing issue for over a year now and i can’t seem to figure out what’s wrong.

The issue can be found here, when clicking on any of the 3 images:

I believe it’s related to the changes that took place in r135, so textures could no longer be resized if already initialized prior.
Similiar to this report here i’ve had the same error:

And it seems that it was also caused by calling “.needsUpdate” just like in that support case.
Commenting those specific entries got rid of the warnings, but the black textures persist.

The original code i’ve used can be found here:
GridToFullscreen 1.0.0 GitHub - Anemolo/GridToFullscreenAnimations: A set of grid-to-fullscreen animations with three.js

I’ve solely updated it for gsap3 and latest three.js compatibility with very minor changes.
But must have missed something with three.js so that the textures are no longer showing during the animation phase.

How about filing an issue at GitHub - Anemolo/GridToFullscreenAnimations: A set of grid-to-fullscreen animations with three.js and ask the original author to upgrade the project to the latest version of three.js? It seems the effect was originally written against r104.

I’ve opened an issue now. Just note that I’ve updated the specific portion i use already, so if the author follows the update steps given by three.js and gsap patch notes he will almost certainly run into the exact same issue. Which will bring me back here eventually.

It was fully functional with three.js r128 and broke when i updated to r149. Now using r156.1 though.

Would be really appreciated if you could take a look.