You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: react/bitbybit-threejs/src/App.tsx
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,7 @@ function App() {
133
133
controls.update();
134
134
controls.target=newTHREE.Vector3(0,20,0);
135
135
controls.enableDamping=true;
136
+
controls.dampingFactor=0.1
136
137
controls.zoomSpeed=0.1;
137
138
138
139
renderer.shadowMap.enabled=true;
@@ -161,6 +162,7 @@ function App() {
161
162
162
163
return(
163
164
<ThemeProvidertheme={theme}>
165
+
<imgclassName="imageback"src="https://app.bitbybit.dev/assets/bitbybit-threejs.png"alt="image showing the bitbybit threejs 3d printable vase configurator app"></img>
0 commit comments