I have a ThreeJs Object3D object and when I do this:
const helperBox = new THREE.BoxHelper(object, \'red\'); scene.add(helperBox);
... I get