Hello,
I’m looking to get the raw orientation from the clicker.
Using: How to get the position of a Hololens Clicker? - Unity Engine - Unity Discussions
I am able to get its -1 - 1 position, but i’d like its actual rotation (to get like, IMU data off it).
Would definitely like this to be non-normalized
Is this possible?
The clicker doesn’t have any tracking hardware so I don’t think you can track it.
It has to have some orientation abilities no? How can it be used to rotate objects, move windows around, etc?
You can try using cumulative delta in the Interaction Manager to track the hand movement with the clicker. Maybe it will give the data you need, that is where I would start.
Link:
https://docs.unity3d.com/ScriptReference/VR.WSA.Input.InteractionManager.html