Merge remote-tracking branch 'origin/main-demo' into main-dev
This commit is contained in:
@@ -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)}
|
||||
|
||||
Reference in New Issue
Block a user