Skip to content

Commit 1436b76

Browse files
committed
remove old code
1 parent 4e2be27 commit 1436b76

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

components/neonRoad/Canvas.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ import NightSky from './NightSky'
77
import Sun from './Sun'
88
import SunLight from './SunLight'
99
import City from './City'
10-
//import Trees from './Trees'
11-
//import Terrains from './Terrains'
1210
import Landscape from './Landscape'
1311
import { EffectComposer, Bloom } from '@react-three/postprocessing'
1412

@@ -116,8 +114,6 @@ const NeonRoadCanvas: React.FC<IProps> = (props) => {
116114
position={[0, 0.12, -1]}
117115
scale={[0.8, 0.3, 0]}
118116
/>
119-
{/* <Terrains /> */}
120-
{/* <Trees /> */}
121117
<Landscape />
122118
<EffectComposer>
123119
<Bloom

0 commit comments

Comments
 (0)