MCPcopy Create free account
hub / github.com/codrops/RainEffect / generateTextures

Function generateTextures

demo/js/index3.js:4154–4157  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4152 requestAnimationFrame(updateTextures);
4153}
4154function generateTextures() {
4155 textureFgCtx.drawImage(videoBg, 0, textureBgSize.height, textureFgSize.width, textureFgSize.height, 0, 0, textureFgSize.width, textureFgSize.height);
4156 textureBgCtx.drawImage(videoBg, 0, 0, textureBgSize.width, textureBgSize.height, 0, 0, textureBgSize.width, textureBgSize.height);
4157}
4158
4159},{"./create-canvas":201,"./image-loader":203,"./rain-renderer":205,"./raindrops":206,"core-js":1}],205:[function(require,module,exports){
4160"use strict";

Callers 2

initFunction · 0.70
updateTexturesFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected