x3dom / x3dom

X3DOM. A framework for integrating and manipulating X3D scenes as HTML5/DOM elements.
http://x3dom.org
Other
813 stars 271 forks source link

Texture.js: Add a guard to prevent setInterval() from being called repeatedly #1229

Closed microaaron closed 1 year ago

microaaron commented 1 year ago

Remove invalid commits of #1228 .

microaaron commented 1 year ago

@andreasplesch Fixed a bug caused by removing a movietexture during retry

microaaron commented 1 year ago

I think it's better to replace timeOut with mouse and keyboard events

andreasplesch commented 1 year ago

Thanks !