From 8c7ec20b9da5d965c7d4664c22c4a019a8249880 Mon Sep 17 00:00:00 2001 From: heck Date: Thu, 12 Jun 2025 01:40:51 +0200 Subject: [PATCH] fix wips --- html/wip/index32.html | 0 html/wip/index34.html | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 html/wip/index32.html diff --git a/html/wip/index32.html b/html/wip/index32.html deleted file mode 100644 index e69de29..0000000 diff --git a/html/wip/index34.html b/html/wip/index34.html index f7153d0..e368b94 100644 --- a/html/wip/index34.html +++ b/html/wip/index34.html @@ -409,7 +409,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('/Users/heck/src/subfactory.ch/html/images/noise.png'); + const texture = loader.load('./images/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping;