Skip to content

Commit

Permalink
changed rotation speed
Browse files Browse the repository at this point in the history
  • Loading branch information
tanmaylaud committed May 10, 2020
1 parent e9b32e6 commit 4e2216f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export default function App() {
onMouseOutMarker={() => setDetails(null)}
cameraOptions={{
maxDistanceRadiusScale: 100,
autoRotateSpeed: 0.1,
autoRotateSpeed: 1.0,
distanceRadiusScale: 100,
}}
focusOptions={{
Expand Down

0 comments on commit 4e2216f

Please sign in to comment.