You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If window.pageYOffset is not zero, then a scroll event is fired, which triggers move method in index.html.
This then calls RollOver.move, which uses gl.useProgram in index.js
Since samplingProgram is not ready yet, the error appears.
The text was updated successfully, but these errors were encountered:
If
window.pageYOffset
is not zero, then ascroll
event is fired, which triggersmove
method in index.html.This then calls
RollOver.move
, which usesgl.useProgram
in index.jsSince
samplingProgram
is not ready yet, the error appears.The text was updated successfully, but these errors were encountered: