Browse Source

style: 修改全景向左最大视角

chenlei 1 year ago
parent
commit
fc8c32dffc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/App.tsx

+ 1 - 1
src/App.tsx

@@ -98,7 +98,7 @@ function App() {
             <View
               hlookat={10}
               vlookat={20}
-              hlookatMin={-70}
+              hlookatMin={-190}
               hlookatMax={85}
               vlookatMin={-70}
               vlookatMax={80}