Open 1337jick opened 3 months ago
Hi, ty for great product!
Whatever speed Im setting
this.cameraControls.azimuthRotateSpeed = 2; this.cameraControls.polarRotateSpeed = 2;
It has no effect on this.cameraControls.rotate(this.mouse.x, this.mouse.y, true );
this.cameraControls.rotate(this.mouse.x, this.mouse.y, true );
Speed changes only when dragging with mouse while .enabled === true
.enabled === true
Steps to reproduce the behavior:
No response
Speed for .rotate() when enableTransition === true is equal to .azimuthRotateSpeed .polarRotateSpeed settings
.azimuthRotateSpeed .polarRotateSpeed
Sorry for the confusion. The azimuthRotateSpeed parameter controls the speed intensity during mouse or touch dragging, and it does not affect the rotation methods.
azimuthRotateSpeed
Describe the bug
Hi, ty for great product!
Whatever speed Im setting
It has no effect on
this.cameraControls.rotate(this.mouse.x, this.mouse.y, true );
Speed changes only when dragging with mouse while
.enabled === true
To Reproduce
Steps to reproduce the behavior:
Code
No response
Live example
No response
Expected behavior
Speed for .rotate() when enableTransition === true is equal to
.azimuthRotateSpeed .polarRotateSpeed
settingsScreenshots or Video
No response
Device
No response
OS
No response
Browser
No response