handleTouchMoveDollyRotate method
dynamic
handleTouchMoveDollyRotate(
- dynamic event
Implementation
handleTouchMoveDollyRotate(event) {
if (scope.enableZoom) handleTouchMoveDolly(event);
if (scope.enableRotate) handleTouchMoveRotate(event);
}