Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
redteamguides authored Oct 20, 2023
1 parent 30c0ecd commit 8a3a5ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 8a3a5ea

Please sign in to comment.