Changes between Version 25 and Version 26 of AndroidPort


Ignore:
Timestamp:
Dec 30, 2011, 5:26:03 AM (12 years ago)
Author:
Anders Feder
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • AndroidPort

    v25 v26  
    2424In the following, each control primitive is summarized as a bullet point.
    2525
     26We will use the following terminology for basic gestures:
     27
     28A ''swipe'' is a single-point touch motion.
     29
     30A ''pinch'' is a two-point touch motion.
     31
    2632=== Camera ===
    2733Camera panning is performed by applying inverse swipe gestures on the screen:
     
    3440The further from the center of the screen the swiping motion begins, the faster the panning will be.
    3541
    36 Camera rotation is performed by applying a circular swipe gesture on the screen:
     42Camera rotation is performed by applying a circular pinch gesture on the screen:
    3743
    38  * Swipe clockwise - rotate camera clockwise.
    39  * Swipe counter-clockwise - rotate camera counter-clockwise.
     44 * Pinch clockwise - rotate camera counter-clockwise.
     45 * Pinch counter-clockwise - rotate camera clockwise.
    4046
    41 The closer to the center the swiping motion begins, the faster the rotation will be, such that when a circular gesture is complete, the camera has completed a full rotation.
     47The closer to the center of the screen the pinching motion begins, the faster the rotation will be, such that when the circular pinch is complete, the camera has completed a full rotation.
    4248
    4349Camera zoom is performed by applying a pinching gesture on the screen: