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

Late Draw #5

Open larsnolden opened 6 years ago

larsnolden commented 6 years ago

Hey there! My Gif assets take way too long to render (2-3 seconds) it feels like there is an onset time on each of the gifs, I got 3 small (< 100 kib) gifs.

my entity: <a-entity id="0" class="poi" geometry="primitive:plane; height: 0.2; width: 0.2" position="-1.19 1.217 -0.451" material="shader: gif; src: #poiRestTexture; autoplay: true; opacity: 0.99;"></a-entity>

I am already using the asset management system & all the files are cached way before they are being displayed. What can I do to make it display faster/earlier?

mayognaise commented 5 years ago

@larsnolden Thanks for asking and sorry for the late replying. Could you provide the gif?

tzs007 commented 4 years ago

Same problem here. Could it solved?

janel-miyens commented 4 years ago

Me too i had the same problem

GoldenPunk commented 4 years ago

Same here. Has anyone found a way to fix it, by now?