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

To solve showing all frames issue. #16

Closed YugiyO closed 3 years ago

YugiyO commented 3 years ago

adding this.__clearCanvas(); before draw in NextCanvas(); to solve showing all frames issue.