We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc93219 + 1436b76 commit d7f2bffCopy full SHA for d7f2bff
components/neonRoad/Canvas.tsx
@@ -7,8 +7,6 @@ import NightSky from './NightSky'
7
import Sun from './Sun'
8
import SunLight from './SunLight'
9
import City from './City'
10
-//import Trees from './Trees'
11
-//import Terrains from './Terrains'
12
import Landscape from './Landscape'
13
import { EffectComposer, Bloom } from '@react-three/postprocessing'
14
@@ -116,8 +114,6 @@ const NeonRoadCanvas: React.FC<IProps> = (props) => {
116
114
position={[0, 0.12, -1]}
117
115
scale={[0.8, 0.3, 0]}
118
/>
119
- {/* <Terrains /> */}
120
- {/* <Trees /> */}
121
<Landscape />
122
<EffectComposer>
123
<Bloom
0 commit comments