From 31beb8b95d758d7bfdbb6e233e0de0d9f9429a21 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@163.com>
Date: 星期六, 11 五月 2024 11:09:01 +0800
Subject: [PATCH] #

---
 src/pages/fiber.jsx |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/src/pages/fiber.jsx b/src/pages/fiber.jsx
index c108f86..47f6faf 100644
--- a/src/pages/fiber.jsx
+++ b/src/pages/fiber.jsx
@@ -4,6 +4,7 @@
 import Help from '../components/help'
 import Lights from '../components/light'
 import Camera from '../components/camera'
+import Controls from '../components/ctrl'
 import Buildings from '../components/buidings'
 import TreeGroup from '../components/tree-group'
 import House from '../components/house'
@@ -23,6 +24,7 @@
             >
                 <Lights />
                 <Camera />
+                <Controls />
                 <Sky distance={450000} sunPosition={[0, 1, 0]} inclination={0} azimuth={0.25} />
                 <Buildings />
                 <TreeGroup />

--
Gitblit v1.9.1