From 8a3a5eabe1243fa65d07a151eeabeee20e4edf04 Mon Sep 17 00:00:00 2001 From: redteamguides <127832190+redteamguides@users.noreply.github.com> Date: Fri, 20 Oct 2023 17:10:28 +0330 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index ba4d24d..b61abe3 100644 --- a/index.html +++ b/index.html @@ -169,7 +169,7 @@ //===================================================== Basic material var material = new THREE.MeshBasicMaterial({ side : THREE.BackSide, - map: new THREE.TextureLoader().load('https://raw.githubusercontent.com/baronwatts/images/master/map5.png') + map: new THREE.TextureLoader().load('https://raw.githubusercontent.com/redteamguides/redteamguides.github.io/main/map6.png') }); material.map.wrapS = THREE.RepeatWrapping; material.map.wrapT= THREE.RepeatWrapping;