edit: réglages un peu mieux, problème cadrage vidéo sur tel
This commit is contained in:
+1
-1
@@ -47,7 +47,7 @@ function scanlines(){
|
||||
|
||||
for(let y = 0; y<tH; y++){
|
||||
for(let x = 0; x<tW; x++){
|
||||
let lum = (Math.sin(y*2 - time*3.1415) * 44) + 77;
|
||||
let lum = (Math.sin(y*2 - time*3.1415) * 44) + 161;
|
||||
|
||||
//img.data[index++] = lum;
|
||||
index++;
|
||||
|
||||
+2
-2
@@ -5,7 +5,7 @@ import { noiseAnimation } from './cuteTexture.js'
|
||||
|
||||
loadEvents();
|
||||
loadStatus();
|
||||
/*
|
||||
|
||||
// =================================== background texture
|
||||
let textureVideo = document.querySelectorAll('main > #texture');
|
||||
|
||||
@@ -22,7 +22,7 @@ console.log(textureCanvas);
|
||||
|
||||
scanlinesAnimation();
|
||||
// ======================================== stops here !
|
||||
*/
|
||||
|
||||
|
||||
let target = document.querySelector('#posterWindow');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user