Merge remote-tracking branch 'origin/main-demo' into main-dev

This commit is contained in:
2025-08-01 12:07:29 +05:30
28 changed files with 297 additions and 155 deletions

View File

@@ -1,4 +1,4 @@
import { DepthOfField, EffectComposer, GodRays, N8AO, Outline } from "@react-three/postprocessing";
import { DepthOfField, Bloom, EffectComposer, N8AO, Outline } from "@react-three/postprocessing";
import { useThree } from "@react-three/fiber";
import { BlendFunction } from "postprocessing";
import {
@@ -84,6 +84,12 @@ export default function PostProcessing() {
focalLength={0.15}
bokehScale={2}
/>
<Bloom
intensity={0.1}
luminanceThreshold={0.9}
luminanceSmoothing={0.025}
mipmapBlur={false}
/>
{selectedWallAsset && (
<Outline
selection={flattenChildren(selectedWallAsset.children)}