I've always loved games and decided to pick up dev as a new hobby. I'm aiming to do something like Johnny Lee and track head position for a VR display. I've heard it called frustum correction or the "portal effect". Here is a link to see what I'm talking about.
Could some one explain how a 3d program applies mapped head positions to the 3d environment. I'm using Blender4.9 and Python2.6, could this be done in Blender, or will I have to code something in Panda3d?
I wrote some code to take care of the tracking. I can track faces, single and multiple. I can also track up to 2 IR LED's
I understand how the effect works in a general sense; just not the math and technical overview involved.