Skip to content
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

ObjectManipulator - transfer existing manipulation #965

Open
raggnic opened this issue Dec 19, 2024 · 0 comments
Open

ObjectManipulator - transfer existing manipulation #965

raggnic opened this issue Dec 19, 2024 · 0 comments

Comments

@raggnic
Copy link

raggnic commented Dec 19, 2024

I'm trying to update to MRTK3 an existing tweak of object manipulator I've made with MRTK 2.8

the goal is to achieve a seamless manipulation of an object in a collaborative application
Here's a capture:

Enregistrement.de.l.ecran.2024-12-19.162350.mp4

When manipulation starts :

  • I save the original PointerDownEventData in a OnPointerDown
  • I create a ghost with another manipulator
  • I change the pointerdowneventdata to set the hit object to the new object
  • I manually start the new manipulation by calling OnPointerDown

Is it possible to do the same with MRTK3? I see that SelectEnterEventArgs is more or less the new PointerDownEventData, but I don't see if I can trigger the manipulation start by code

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

1 participant