edit: réglages un peu mieux, problème cadrage vidéo sur tel

This commit is contained in:
2026-07-30 21:31:35 +02:00
parent 81f39a62a2
commit 384e8494e7
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -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
View File
@@ -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');