handleTouchStartDollyRotate method
void
handleTouchStartDollyRotate()
Implementation
void handleTouchStartDollyRotate() {
if (scope.enableZoom) handleTouchStartDolly();
if (scope.enableRotate) handleTouchStartRotate();
}