mayognaise / aframe-gif-component

A conponent to control GIF for A-Frame VR.
https://mayognaise.github.io/aframe-gif-component/basic/index.html
MIT License
24 stars 5 forks source link

best way to change src afterward? #8

Closed cre8dojo closed 5 years ago

cre8dojo commented 5 years ago

How do you suggest to change src to another gif? The new gif may have a different number of frames. I've tried entity.setAttribute('src', 'url(newimg.gif') which works to swap gifs, but then page hangs after a few loops. I'm assuming frame idx is causing issue.

How do I swap src and update frame count or force reload of shader?

Thanks.

cre8dojo commented 5 years ago

after playing with it a little more, it worked fine