RotateControlOptions
interface RotateControlOptions
| PARAMETER | TYPE | OPTIONAL | DEFAULT | DESCRIPTION | 
|---|---|---|---|---|
| scale | number | ✔️ | 1 | Scale factor for rotation | 
| duration | number | ✔️ | 300 | Duration of the input animation (ms) | 
| easing | function | ✔️ | EASING.EASE_OUT_CUBIC | Easing function of the animation | 
| disablePitch | boolean | ✔️ | false | Disable X-axis(pitch) rotation | 
| disableYaw | boolean | ✔️ | false | Disable Y-axis(yaw) rotation |