Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
Sahith_XR's avatar
Sahith_XR
Explorer
2 years ago

Any resources for rotating knob interaction?

Hey,
I'm trying to build an interaction where I can use one hand to rotate a knob. Any resource or guidance is appreciated.

 

 

Thank you

2 Replies

Replies have been turned off for this discussion
  • I was facing similar problems since the Interaction Toolkit does not allow a rigidbody to be fixed to an axis. What I did was taking a dummy grabbable object and rotating it around with the pinch gesture and using its rotation value to another renderer object. Hope this helps 😊