mayognaise / aframe-gif-shader

A shader to display GIF for A-Frame VR.
https://mayognaise.github.io/aframe-gif-shader/basic
MIT License
107 stars 44 forks source link

Corrected bug with transparent gifs #15

Closed thiagolopess closed 2 years ago

thiagolopess commented 4 years ago

I had an issue with transparent gifs in which all frames were showing at once. To solve it, I just took a look at @Kershawj's issue where he comments out the solution. All the credit goes to him.

It also resolves #14.

jrDev1 commented 4 years ago

This bug is still persisting for me when I use white backgrounds. Also the "transparency" value makes no difference in fixing this.

jrDev1 commented 4 years ago

After removing the use of the scale parameter, this has been better. But there is still lingering effects of previous frames.