You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is the code i changed in demo.html const texture1 = loader.load("./images/thumb/1.gif"); const texture2 = loader.load("./images/thumb/02-min.gif"); const material1 = new THREE.MeshBasicMaterial({ color: 0xffffff, map: texture2 }); however box is not loading texture #4