My react-three-fiber background is supposed to be a dark starry sky. But in the scene it is very bright. Here is the original image:
This is the code for the skybox:
const { scene } = useThree();
const texture = useLoader(TextureLoader, "textures/skybox.jpg");
scene.background = texture;
情况是:
(关于水流的on。) 这只是因为我打了我屏幕上的这样一个小地区。
我正在问一看光明。 我在《Poimandres Discord》服务器和一家行政公司中询问,这可能是一条令人不安的错误,并在此问。
Edit:
感谢马尔基齐索解决这一问题。 我只添加了<代码>texture.encoding = THREE.sRGBEncoding;,背景如下: