Hi,
i have a small question.
i using background texture. and it works good.
const loader = new THREE.TextureLoader();
three.scene.background = loader.load('3dmodels/galaxy.jpg');
anyway,
Can I change the transparent value of the background texture?
thank you…!