Skip to content

[AR] Fluent interaction/multitouch not possible with the current design of Interactables #3

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

Open
hybridherbst opened this issue Dec 18, 2019 · 1 comment

Comments

@hybridherbst
Copy link

hybridherbst commented Dec 18, 2019

At the core of the current design seems to be the assumption that objects need to be "selected first, then manipulated".

That's not necessarily desired behaviour, and there doesn't seem to be a way to configure this. Not even "dragging an object around" works without first selecting it.

To reproduce: build & run ARInteraction scene, create two cubes by tapping, try moving them around.
Expected: can move cubes around by directly dragging on them
Actual: can only move cubes around after first selecting them by single-tap. Directly dragging on a different cube than the selected one does nothing.

@hybridherbst hybridherbst changed the title Multitouch not possible with the current design of Interactables [AR] Fluent interaction/multitouch not possible with the current design of Interactables Dec 18, 2019
@sivatejachigicherla
Copy link

XRITK maps the manipulator to 3D object based on the selection.Manipulator can't be assigned to all objects at once so we need to select first and then manipulation can be done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants