As I delve into learning three.js, I came across some examples worth exploring. One specific code snippet I attempted to execute can be found here. Unfortunately, all I saw was a blank black screen.
To troubleshoot, I adjusted the three.js source to my local directory. Additionally, I made changes to the material code below because I didn't possess the crate texture.
var material = new THREE.MeshStandardMaterial({metalness: 0, roughness: 0.5});
material.color.setHex(0xc23560)