cqtan / AR-Deco

An iOS augmented reality project using the Leap Motion Controller on an iPhone 6 to move virtual furniture around through hand gestures while using a smartphone compatible head-mounted-device. Check Readme for more info (in German).
2 stars 0 forks source link

Gesture: Moving furniture on the z-axis #15

Open cqtan opened 6 years ago

cqtan commented 6 years ago

To be able to move furniture away from or closer to the user (z-axis) another gesture is required. This could be done while positioning the furniture with 1 hand and the other can manage the distance of the furniture. By performing 2 grab gestures at the same time the distance should be able to be manipulated. Bringing both grab gestures nearer to each other should decrease the distance while the opposite may also take place.

cqtan commented 6 years ago

Slight change to the gesture. Instead of another grab gesture, a pinch gesture with the index finger will be implemented. While the user grabs an object with the one hand with a grab gesture, the user can use the other hand to perform a pinch gesture to change the distance of the object in relation to the user. While performing both gestures, the closer the hands get to each other, the closer the object comes to the user and vice-versa.