feat: change lut

This commit is contained in:
neru
2026-01-02 05:39:32 -03:00
parent 7b5a0941cb
commit aa0c1866e6
3 changed files with 32776 additions and 32778 deletions
+3 -3
View File
@@ -637,7 +637,7 @@ function Loader() {
}
function LutEffect() {
const lutTexture = useLoader(LUTCubeLoader, '/lut/Moody3.cube');
const lutTexture = useLoader(LUTCubeLoader, '/lut/Landscape6.cube');
return <LUT lut={lutTexture.texture3D} />;
}
@@ -663,8 +663,8 @@ export default function Home() {
luminanceSmoothing={0.1}
/>
<SMAA />
<HueSaturation saturation={0.3} />
<BrightnessContrast brightness={0.1} contrast={-0.1} />
{/* <HueSaturation saturation={0.3} />
<BrightnessContrast brightness={0.1} contrast={-0.1} /> */}
<LutEffect />
</EffectComposer>