I'm trying to figure out how to incorporate a GIF animation as a texture in THREE.js. While I can successfully load a texture (even in GIF format), the animation doesn't play.
Is there a solution to this? I came across some resources like these:
https://github.com/JordiRos/GLGif
However, my goal is to animate a GIF within a texture, not on a Canvas.