Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
waynecochran's avatar
1 year ago
Solved

Can I query the left and right eye pose relative to head pose?

I see in the Custom Component Starter Sample the execute() method fetches the head pose as follows: var headPose: Pose = getScene()!!.getViewPose() I assume this returns the position of the hea...