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
Open
TamourBilal6 opened this issue
Jun 28, 2021
· 0 comments
The text was updated successfully, but these errors were encountered:
TamourBilal6
changed the title
Not loading texture in box
This is the code i changed in demo.html
Jun 28, 2021
TamourBilal6
changed the title
This is the code i changed in demo.html
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 });
Jun 28, 2021
TamourBilal6
changed the title
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 });
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
Jun 28, 2021
No description provided.
The text was updated successfully, but these errors were encountered: