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
File diff suppressed because it is too large Load Diff
-32775
View File
File diff suppressed because it is too large Load Diff
+3 -3
View File
@@ -637,7 +637,7 @@ function Loader() {
} }
function LutEffect() { function LutEffect() {
const lutTexture = useLoader(LUTCubeLoader, '/lut/Moody3.cube'); const lutTexture = useLoader(LUTCubeLoader, '/lut/Landscape6.cube');
return <LUT lut={lutTexture.texture3D} />; return <LUT lut={lutTexture.texture3D} />;
} }
@@ -663,8 +663,8 @@ export default function Home() {
luminanceSmoothing={0.1} luminanceSmoothing={0.1}
/> />
<SMAA /> <SMAA />
<HueSaturation saturation={0.3} /> {/* <HueSaturation saturation={0.3} />
<BrightnessContrast brightness={0.1} contrast={-0.1} /> <BrightnessContrast brightness={0.1} contrast={-0.1} /> */}
<LutEffect /> <LutEffect />
</EffectComposer> </EffectComposer>