MephestoKhaan / HandPosing

Pose authoring using handtrackingon Quest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Grabber/Grabbable interface

MephestoKhaan opened this issue · comments

Instead of adding our own grabber, create an interface so it is easier for anyone to generate its own system (or plug it to the current one)

Using an IGrabNotifier as the only interface between grabbing and snapping.

Also added as a working example BaseGrabber and its implementation GrabberHybridOVR