Forum Discussion

🚨 This forum is archived and read-only. To submit a forum post, please visit our new Developer Forum. 🚨
crsrmnr's avatar
crsrmnr
Honored Guest
12 years ago

head tracking movements too small

Hi Everyone, I'm just about to start developing a musical instrument in VR, using leap motion to get hand pose.
I also want to overlay VR info on top of physical knobs/slider controllers (so that people will know where they are and what they do).

Something I've noticed about the leap VR demos, Tuscany demos, Unity and HL2 is that my head tracked movements come out smaller in the virtual world than in real life... is there a good reason for this? Helps with feelings of stability perhaps? Can I assume I will be able to correct this in my code?

It's not usually a problem, but for augmented reality stuff it means the real world shifts by different amounts and I want it to line up perfectly.

Cheers!
Rob

1 Reply

  • crsrmnr's avatar
    crsrmnr
    Honored Guest
    OK, In the developer guide it says this:

    ...LeveledCameraPose is the pose of the camera relative to the tracking origin but with roll and pitch zeroed out. This can be used as a reference point to render real-world objects in the correct place
    .

    So that would sort out rendering real world stuff hopefully.
    However it would still be nice if movements were the right size in general, or am I imagining this...?

    R