handleTouchMoveDollyRotate method

dynamic handleTouchMoveDollyRotate(
  1. dynamic event
)

Implementation

handleTouchMoveDollyRotate(event) {
  if (scope.enableZoom) handleTouchMoveDolly(event);

  if (scope.enableRotate) handleTouchMoveRotate(event);
}