File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ import City from './City'
10
10
//import Trees from './Trees'
11
11
//import Terrains from './Terrains'
12
12
import Landscape from './Landscape'
13
- // import { EffectComposer, Bloom } from '@react-three/postprocessing'
13
+ import { EffectComposer , Bloom } from '@react-three/postprocessing'
14
14
15
15
interface IProps extends React . PropsWithChildren {
16
16
altText : string
@@ -119,13 +119,13 @@ const NeonRoadCanvas: React.FC<IProps> = (props) => {
119
119
{ /* <Terrains /> */ }
120
120
{ /* <Trees /> */ }
121
121
< Landscape />
122
- { /* <EffectComposer>
122
+ < EffectComposer >
123
123
< Bloom
124
124
luminanceThreshold = { 0.08 }
125
125
intensity = { 0.7 }
126
126
luminanceSmoothing = { 0.01 }
127
127
/>
128
- </EffectComposer> */ }
128
+ </ EffectComposer >
129
129
{ /* the following components can be useful in development */ }
130
130
{ /*<axesHelper />*/ }
131
131
{ /*<OrbitControls camera={cameraRef.current} />*/ }
You can’t perform that action at this time.
0 commit comments