@react-three/drei 9.107.3 → 9.108.1
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
CHANGED
|
@@ -911,6 +911,8 @@ Controls for rotating and translating objects. These controls will stick to the
|
|
|
911
911
|
|
|
912
912
|
```tsx
|
|
913
913
|
type PivotControlsProps = {
|
|
914
|
+
/** Enables/disables the control, true */
|
|
915
|
+
enabled?: boolean
|
|
914
916
|
/** Scale of the gizmo, 1 */
|
|
915
917
|
scale?: number
|
|
916
918
|
/** Width of the gizmo lines, this is a THREE.Line2 prop, 2.5 */
|