-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Multitouch Device: Support Dev Progress #73
Comments
Successful transfer of transformation code from VRMouse into VRMultitouch. Works. |
Next step: create and manage multiple beacons for multitouch. |
VRMultitouch does now create and maintain a separate beacon for each "finger". Next step: "dev.intersect()" in PVR-Scripts needs to support all those beacons, only supports the first one atm. |
Python Bindings adapted for multiple beacons. dev.intersect() works as intended. |
sounds good, whats next? |
Correct transformations of pointer coordinates with activated projection are implemented for VRMouse. Transfer of transformation implementation to VRMultitouch is needed.
The text was updated successfully, but these errors were encountered: