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
When users perform panning with their right mouse click, the object is displaced and moved further away from its point of origin. It will be great to place a reference symbol at the origin to give users a hint of the origin's position.
You can enable the panning in the core.js file: this._controls.noPan = false;
The right-click panning happens in the TrackballControls.js.
The text was updated successfully, but these errors were encountered:
When users perform panning with their right mouse click, the object is displaced and moved further away from its point of origin. It will be great to place a reference symbol at the origin to give users a hint of the origin's position.
You can enable the panning in the core.js file:
this._controls.noPan = false;
The right-click panning happens in the TrackballControls.js.
The text was updated successfully, but these errors were encountered: