@react-three/drei 8.16.1 → 8.16.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -366,7 +366,7 @@ Semi-OrbitControls with spring-physics, polar zoom and snap-back, for presentati
|
|
|
366
366
|
rotation={[0, 0, 0]} // Default rotation
|
|
367
367
|
polar={[0, Math.PI / 2]} // Vertical limits
|
|
368
368
|
azimuth={[-Infinity, Infinity]} // Horizontal limits
|
|
369
|
-
config
|
|
369
|
+
config={{ mass: 1, tension: 170, friction: 26 }} // Spring config
|
|
370
370
|
>
|
|
371
371
|
<mesh />
|
|
372
372
|
</PresentationControls>
|