Forum Discussion

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

Rendered Geometry Moves with head movements.

[Deleted]

1 Reply

  • lamour42's avatar
    lamour42
    Expert Protege
    Hi,

    I would reverse your approach: First get a scene with some geometry working with the Rift only. Just ignore Leap.
    Once you have that running add more geometry to the scene, but only control this added geometry with Leap. Then you always have a working reference.

    Also use world coordinates on all geometry, so you can easily compare them in the debugger or log files and see if they make any sense at all. And this enables you to use the same projection matrix to render all geometry in a similar way in your shader code.