diff --git a/html/audio/SubfactoryClip_Faded2.wav b/html/audio/SubfactoryClip_Faded2.wav deleted file mode 100644 index b67aff3..0000000 Binary files a/html/audio/SubfactoryClip_Faded2.wav and /dev/null differ diff --git a/html/index.html b/html/index.html index 66e0414..75b79dc 100644 --- a/html/index.html +++ b/html/index.html @@ -7,7 +7,7 @@ - + @@ -193,7 +193,7 @@
- Subfactory Banner + Subfactory Banner
@@ -205,7 +205,7 @@
Eulachbass
- + @@ -226,7 +226,7 @@
Sector B
- + @@ -241,7 +241,7 @@
Subsanity Soundystem
- + @@ -350,7 +350,7 @@ document.getElementById("focus").focus(); scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/images/230518_subfactory_flyer_0.4.webp b/html/resources/230518_subfactory_flyer_0.4.webp similarity index 100% rename from html/images/230518_subfactory_flyer_0.4.webp rename to html/resources/230518_subfactory_flyer_0.4.webp diff --git a/html/images/Sub_Factory_2024_Banner_web.jpg b/html/resources/Sub_Factory_2024_Banner_web.jpg similarity index 100% rename from html/images/Sub_Factory_2024_Banner_web.jpg rename to html/resources/Sub_Factory_2024_Banner_web.jpg diff --git a/html/images/Sub_Factory_2024_Banner_web.webp b/html/resources/Sub_Factory_2024_Banner_web.webp similarity index 100% rename from html/images/Sub_Factory_2024_Banner_web.webp rename to html/resources/Sub_Factory_2024_Banner_web.webp diff --git a/html/images/Sub_Factory_2024_Facebook_Banner.xcf b/html/resources/Sub_Factory_2024_Facebook_Banner.xcf similarity index 100% rename from html/images/Sub_Factory_2024_Facebook_Banner.xcf rename to html/resources/Sub_Factory_2024_Facebook_Banner.xcf diff --git a/html/images/Sub_Factory_2025.webp b/html/resources/Sub_Factory_2025.webp similarity index 100% rename from html/images/Sub_Factory_2025.webp rename to html/resources/Sub_Factory_2025.webp diff --git a/html/images/eulachbass_logo.webp b/html/resources/eulachbass_logo.webp similarity index 100% rename from html/images/eulachbass_logo.webp rename to html/resources/eulachbass_logo.webp diff --git a/html/images/favicon.png b/html/resources/favicon.png similarity index 100% rename from html/images/favicon.png rename to html/resources/favicon.png diff --git a/html/images/noise.png b/html/resources/noise.png similarity index 100% rename from html/images/noise.png rename to html/resources/noise.png diff --git a/html/images/sectorb_logo.svg b/html/resources/sectorb_logo.svg similarity index 100% rename from html/images/sectorb_logo.svg rename to html/resources/sectorb_logo.svg diff --git a/html/images/sectorb_logo.webp b/html/resources/sectorb_logo.webp similarity index 100% rename from html/images/sectorb_logo.webp rename to html/resources/sectorb_logo.webp diff --git a/html/images/subsanity_logo.webp b/html/resources/subsanity_logo.webp similarity index 100% rename from html/images/subsanity_logo.webp rename to html/resources/subsanity_logo.webp diff --git a/html/images/texture.webp b/html/resources/texture.webp similarity index 100% rename from html/images/texture.webp rename to html/resources/texture.webp diff --git a/html/images/texture.xcf b/html/resources/texture.xcf similarity index 100% rename from html/images/texture.xcf rename to html/resources/texture.xcf diff --git a/html/wip/index10.html b/html/wip/index10.html index 5d87ffc..a7fdf81 100644 --- a/html/wip/index10.html +++ b/html/wip/index10.html @@ -7,7 +7,7 @@ - + @@ -210,7 +210,7 @@
- Subfactory Banner + Subfactory Banner
@@ -224,7 +224,7 @@
Eulachbass
- + @@ -245,7 +245,7 @@
Sector B
- + @@ -260,7 +260,7 @@
Subsanity Soundystem
- + @@ -387,7 +387,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index11.html b/html/wip/index11.html index 2a5deac..6801027 100644 --- a/html/wip/index11.html +++ b/html/wip/index11.html @@ -7,7 +7,7 @@ - + @@ -210,7 +210,7 @@
- Subfactory Banner + Subfactory Banner
@@ -224,7 +224,7 @@
Eulachbass
- + @@ -245,7 +245,7 @@
Sector B
- + @@ -260,7 +260,7 @@
Subsanity Soundystem
- + @@ -387,7 +387,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index12.html b/html/wip/index12.html index f7673f2..fe9ad96 100644 --- a/html/wip/index12.html +++ b/html/wip/index12.html @@ -7,7 +7,7 @@ - + @@ -210,7 +210,7 @@
- Subfactory Banner + Subfactory Banner
@@ -224,7 +224,7 @@
Eulachbass
- + @@ -245,7 +245,7 @@
Sector B
- + @@ -260,7 +260,7 @@
Subsanity Soundystem
- + @@ -387,7 +387,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; @@ -413,7 +413,7 @@ - + @@ -616,7 +616,7 @@
- Subfactory Banner + Subfactory Banner
@@ -630,7 +630,7 @@
Eulachbass
- + @@ -651,7 +651,7 @@
Sector B
- + @@ -666,7 +666,7 @@
Subsanity Soundystem
- + @@ -793,7 +793,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index13.html b/html/wip/index13.html index 478a303..74e2a4b 100644 --- a/html/wip/index13.html +++ b/html/wip/index13.html @@ -7,7 +7,7 @@ - + @@ -210,7 +210,7 @@
- Subfactory Banner + Subfactory Banner
@@ -224,7 +224,7 @@
Eulachbass
- + @@ -245,7 +245,7 @@
Sector B
- + @@ -260,7 +260,7 @@
Subsanity Soundystem
- + @@ -387,7 +387,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index14.html b/html/wip/index14.html index ecef89f..1724a4a 100644 --- a/html/wip/index14.html +++ b/html/wip/index14.html @@ -7,7 +7,7 @@ - + @@ -210,7 +210,7 @@
- Subfactory Banner + Subfactory Banner
@@ -224,7 +224,7 @@
Eulachbass
- + @@ -245,7 +245,7 @@
Sector B
- + @@ -260,7 +260,7 @@
Subsanity Soundystem
- + @@ -387,7 +387,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index15.html b/html/wip/index15.html index 47516d0..467aecd 100644 --- a/html/wip/index15.html +++ b/html/wip/index15.html @@ -7,7 +7,7 @@ - + @@ -210,7 +210,7 @@
- Subfactory Banner + Subfactory Banner
@@ -224,7 +224,7 @@
Eulachbass
- + @@ -245,7 +245,7 @@
Sector B
- + @@ -260,7 +260,7 @@
Subsanity Soundystem
- + @@ -387,7 +387,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index16.html b/html/wip/index16.html index e4f68d9..ac4a75e 100644 --- a/html/wip/index16.html +++ b/html/wip/index16.html @@ -7,7 +7,7 @@ - + @@ -210,7 +210,7 @@
- Subfactory Banner + Subfactory Banner
@@ -224,7 +224,7 @@
Eulachbass
- + @@ -245,7 +245,7 @@
Sector B
- + @@ -260,7 +260,7 @@
Subsanity Soundystem
- + @@ -387,7 +387,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index17.html b/html/wip/index17.html index 7cd8ef2..ad95d18 100644 --- a/html/wip/index17.html +++ b/html/wip/index17.html @@ -7,7 +7,7 @@ - + @@ -210,7 +210,7 @@
- Subfactory Banner + Subfactory Banner
@@ -224,7 +224,7 @@
Eulachbass
- + @@ -245,7 +245,7 @@
Sector B
- + @@ -260,7 +260,7 @@
Subsanity Soundystem
- + @@ -387,7 +387,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index18.html b/html/wip/index18.html index 311d7bf..f882bd6 100644 --- a/html/wip/index18.html +++ b/html/wip/index18.html @@ -7,7 +7,7 @@ - + @@ -210,7 +210,7 @@
- Subfactory Banner + Subfactory Banner
@@ -224,7 +224,7 @@
Eulachbass
- + @@ -245,7 +245,7 @@
Sector B
- + @@ -260,7 +260,7 @@
Subsanity Soundystem
- + @@ -387,7 +387,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index19.html b/html/wip/index19.html index dd996c1..3453c63 100644 --- a/html/wip/index19.html +++ b/html/wip/index19.html @@ -7,7 +7,7 @@ - + @@ -210,7 +210,7 @@
- Subfactory Banner + Subfactory Banner
@@ -224,7 +224,7 @@
Eulachbass
- + @@ -245,7 +245,7 @@
Sector B
- + @@ -260,7 +260,7 @@
Subsanity Soundystem
- + @@ -387,7 +387,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index2.html b/html/wip/index2.html index 969fed8..5d2b281 100644 --- a/html/wip/index2.html +++ b/html/wip/index2.html @@ -7,7 +7,7 @@ - + @@ -209,7 +209,7 @@
- Subfactory Banner + Subfactory Banner
@@ -223,7 +223,7 @@
Eulachbass
- + @@ -244,7 +244,7 @@
Sector B
- + @@ -259,7 +259,7 @@
Subsanity Soundystem
- + @@ -386,7 +386,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index20.html b/html/wip/index20.html index 566916a..013a8c2 100644 --- a/html/wip/index20.html +++ b/html/wip/index20.html @@ -7,7 +7,7 @@ - + @@ -238,7 +238,7 @@
- Subfactory Banner + Subfactory Banner
@@ -252,7 +252,7 @@
Eulachbass
- + @@ -273,7 +273,7 @@
Sector B
- + @@ -288,7 +288,7 @@
Subsanity Soundystem
- + @@ -415,7 +415,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index21.html b/html/wip/index21.html index 7bccdea..1ede227 100644 --- a/html/wip/index21.html +++ b/html/wip/index21.html @@ -7,7 +7,7 @@ - + @@ -225,7 +225,7 @@
- Subfactory Banner + Subfactory Banner
@@ -239,7 +239,7 @@
Eulachbass
- + @@ -260,7 +260,7 @@
Sector B
- + @@ -275,7 +275,7 @@
Subsanity Soundystem
- + @@ -402,7 +402,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index22.html b/html/wip/index22.html index 419d0bb..1b396e8 100644 --- a/html/wip/index22.html +++ b/html/wip/index22.html @@ -7,7 +7,7 @@ - + @@ -239,7 +239,7 @@
- Subfactory Banner + Subfactory Banner
@@ -253,7 +253,7 @@
Eulachbass
- + @@ -274,7 +274,7 @@
Sector B
- + @@ -289,7 +289,7 @@
Subsanity Soundystem
- + @@ -416,7 +416,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index23.html b/html/wip/index23.html index 520a922..1c1ac14 100644 --- a/html/wip/index23.html +++ b/html/wip/index23.html @@ -7,7 +7,7 @@ - + @@ -240,7 +240,7 @@
- Subfactory Banner + Subfactory Banner
@@ -254,7 +254,7 @@
Eulachbass
- + @@ -275,7 +275,7 @@
Sector B
- + @@ -290,7 +290,7 @@
Subsanity Soundystem
- + @@ -417,7 +417,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index24.html b/html/wip/index24.html index e5a2d0f..5e05a2c 100644 --- a/html/wip/index24.html +++ b/html/wip/index24.html @@ -7,7 +7,7 @@ - + @@ -240,7 +240,7 @@
- Subfactory Banner + Subfactory Banner
@@ -254,7 +254,7 @@
Eulachbass
- + @@ -275,7 +275,7 @@
Sector B
- + @@ -290,7 +290,7 @@
Subsanity Soundystem
- + @@ -417,7 +417,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index25.html b/html/wip/index25.html index ec40545..eee1c72 100644 --- a/html/wip/index25.html +++ b/html/wip/index25.html @@ -7,7 +7,7 @@ - + @@ -231,7 +231,7 @@
- Subfactory Banner + Subfactory Banner
@@ -245,7 +245,7 @@
Eulachbass
- + @@ -266,7 +266,7 @@
Sector B
- + @@ -281,7 +281,7 @@
Subsanity Soundystem
- + @@ -408,7 +408,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index26.html b/html/wip/index26.html index 9a2a0bd..c539b69 100644 --- a/html/wip/index26.html +++ b/html/wip/index26.html @@ -7,7 +7,7 @@ - + @@ -231,7 +231,7 @@
- Subfactory Banner + Subfactory Banner
@@ -245,7 +245,7 @@
Eulachbass
- + @@ -266,7 +266,7 @@
Sector B
- + @@ -281,7 +281,7 @@
Subsanity Soundystem
- + @@ -408,7 +408,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index27.html b/html/wip/index27.html index 95b3eb5..39d81a6 100644 --- a/html/wip/index27.html +++ b/html/wip/index27.html @@ -7,7 +7,7 @@ - + @@ -231,7 +231,7 @@
- Subfactory Banner + Subfactory Banner
@@ -245,7 +245,7 @@
Eulachbass
- + @@ -266,7 +266,7 @@
Sector B
- + @@ -281,7 +281,7 @@
Subsanity Soundystem
- + @@ -408,7 +408,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index28.html b/html/wip/index28.html index b364f52..262e69f 100644 --- a/html/wip/index28.html +++ b/html/wip/index28.html @@ -7,7 +7,7 @@ - + @@ -231,7 +231,7 @@
- Subfactory Banner + Subfactory Banner
@@ -245,7 +245,7 @@
Eulachbass
- + @@ -266,7 +266,7 @@
Sector B
- + @@ -281,7 +281,7 @@
Subsanity Soundystem
- + @@ -408,7 +408,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index29.html b/html/wip/index29.html index e4f319f..38a1bac 100644 --- a/html/wip/index29.html +++ b/html/wip/index29.html @@ -7,7 +7,7 @@ - + @@ -231,7 +231,7 @@
- Subfactory Banner + Subfactory Banner
@@ -245,7 +245,7 @@
Eulachbass
- + @@ -266,7 +266,7 @@
Sector B
- + @@ -281,7 +281,7 @@
Subsanity Soundystem
- + @@ -408,7 +408,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index3.html b/html/wip/index3.html index 58f21b3..202b42a 100644 --- a/html/wip/index3.html +++ b/html/wip/index3.html @@ -7,7 +7,7 @@ - + @@ -208,7 +208,7 @@
- Subfactory Banner + Subfactory Banner
@@ -222,7 +222,7 @@
Eulachbass
- + @@ -243,7 +243,7 @@
Sector B
- + @@ -258,7 +258,7 @@
Subsanity Soundystem
- + @@ -385,7 +385,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; @@ -423,7 +423,7 @@ - + @@ -624,7 +624,7 @@
- Subfactory Banner + Subfactory Banner
@@ -638,7 +638,7 @@
Eulachbass
- + @@ -659,7 +659,7 @@
Sector B
- + @@ -674,7 +674,7 @@
Subsanity Soundystem
- + @@ -801,7 +801,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index30.html b/html/wip/index30.html index e9996a2..5eded5f 100644 --- a/html/wip/index30.html +++ b/html/wip/index30.html @@ -7,7 +7,7 @@ - + @@ -230,7 +230,7 @@
- Subfactory Banner + Subfactory Banner
@@ -244,7 +244,7 @@
Eulachbass
- + @@ -265,7 +265,7 @@
Sector B
- + @@ -280,7 +280,7 @@
Subsanity Soundystem
- + @@ -407,7 +407,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index31.html b/html/wip/index31.html index 81a33ff..843f14f 100644 --- a/html/wip/index31.html +++ b/html/wip/index31.html @@ -7,7 +7,7 @@ - + @@ -230,7 +230,7 @@
- Subfactory Banner + Subfactory Banner
@@ -244,7 +244,7 @@
Eulachbass
- + @@ -265,7 +265,7 @@
Sector B
- + @@ -280,7 +280,7 @@
Subsanity Soundystem
- + @@ -407,7 +407,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index33.html b/html/wip/index33.html index 6348273..40bc735 100644 --- a/html/wip/index33.html +++ b/html/wip/index33.html @@ -7,7 +7,7 @@ - + @@ -240,7 +240,7 @@
- Subfactory Banner + Subfactory Banner
@@ -254,7 +254,7 @@
Eulachbass
- + @@ -275,7 +275,7 @@
Sector B
- + @@ -290,7 +290,7 @@
Subsanity Soundystem
- + @@ -417,7 +417,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index34.html b/html/wip/index34.html index e368b94..944df70 100644 --- a/html/wip/index34.html +++ b/html/wip/index34.html @@ -7,7 +7,7 @@ - + @@ -232,7 +232,7 @@
- Subfactory Banner + Subfactory Banner
@@ -246,7 +246,7 @@
Eulachbass
- + @@ -267,7 +267,7 @@
Sector B
- + @@ -282,7 +282,7 @@
Subsanity Soundystem
- + @@ -409,7 +409,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index4.html b/html/wip/index4.html index 5e3399a..de78ba3 100644 --- a/html/wip/index4.html +++ b/html/wip/index4.html @@ -7,7 +7,7 @@ - + @@ -206,7 +206,7 @@
- Subfactory Banner + Subfactory Banner
@@ -220,7 +220,7 @@
Eulachbass
- + @@ -241,7 +241,7 @@
Sector B
- + @@ -256,7 +256,7 @@
Subsanity Soundystem
- + @@ -383,7 +383,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index5.html b/html/wip/index5.html index e29fb62..17fb094 100644 --- a/html/wip/index5.html +++ b/html/wip/index5.html @@ -7,7 +7,7 @@ - + @@ -208,7 +208,7 @@
- Subfactory Banner + Subfactory Banner
@@ -222,7 +222,7 @@
Eulachbass
- + @@ -243,7 +243,7 @@
Sector B
- + @@ -258,7 +258,7 @@
Subsanity Soundystem
- + @@ -385,7 +385,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index6.html b/html/wip/index6.html index 7076def..ff289eb 100644 --- a/html/wip/index6.html +++ b/html/wip/index6.html @@ -7,7 +7,7 @@ - + @@ -208,7 +208,7 @@
- Subfactory Banner + Subfactory Banner
@@ -222,7 +222,7 @@
Eulachbass
- + @@ -243,7 +243,7 @@
Sector B
- + @@ -258,7 +258,7 @@
Subsanity Soundystem
- + @@ -385,7 +385,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index7.html b/html/wip/index7.html index d877d51..739fe56 100644 --- a/html/wip/index7.html +++ b/html/wip/index7.html @@ -7,7 +7,7 @@ - + @@ -204,7 +204,7 @@
- Subfactory Banner + Subfactory Banner
@@ -218,7 +218,7 @@
Eulachbass
- + @@ -239,7 +239,7 @@
Sector B
- + @@ -254,7 +254,7 @@
Subsanity Soundystem
- + @@ -381,7 +381,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index8.html b/html/wip/index8.html index 170f1d6..14b5bc2 100644 --- a/html/wip/index8.html +++ b/html/wip/index8.html @@ -7,7 +7,7 @@ - + @@ -234,7 +234,7 @@
- Subfactory Banner + Subfactory Banner
@@ -248,7 +248,7 @@
Eulachbass
- + @@ -269,7 +269,7 @@
Sector B
- + @@ -284,7 +284,7 @@
Subsanity Soundystem
- + @@ -411,7 +411,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index9.html b/html/wip/index9.html index 6db2d9f..a40650b 100644 --- a/html/wip/index9.html +++ b/html/wip/index9.html @@ -7,7 +7,7 @@ - + @@ -234,7 +234,7 @@
- Subfactory Banner + Subfactory Banner
@@ -248,7 +248,7 @@
Eulachbass
- + @@ -269,7 +269,7 @@
Sector B
- + @@ -284,7 +284,7 @@
Subsanity Soundystem
- + @@ -411,7 +411,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping; diff --git a/html/wip/index_new.html b/html/wip/index_new.html index be67a6f..77b43d1 100644 --- a/html/wip/index_new.html +++ b/html/wip/index_new.html @@ -7,7 +7,7 @@ - + @@ -238,7 +238,7 @@
- Subfactory Banner + Subfactory Banner
@@ -252,7 +252,7 @@
Eulachbass
- + @@ -273,7 +273,7 @@
Sector B
- + @@ -288,7 +288,7 @@
Subsanity Soundystem
- + @@ -415,7 +415,7 @@ scene = new THREE.Scene(); const geometry = new THREE.PlaneGeometry( 2, 2 ); const loader = new THREE.TextureLoader(); - const texture = loader.load('./images/noise.png'); + const texture = loader.load('./resources/noise.png'); texture.wrapS = THREE.RepeatWrapping; texture.wrapT = THREE.RepeatWrapping;