fix stroke preview, use hmd pose instead of eye, fix vr fullscreen mode

This commit is contained in:
2018-10-28 23:31:22 +01:00
parent b366d6b61f
commit a64e2fa8fb
8 changed files with 30 additions and 14 deletions

View File

@@ -201,7 +201,7 @@ void Vive::Draw()
}
if (on_draw)
on_draw(proj[eye], view[eye]);
on_draw(proj[eye], view[eye], mat_pose);
eyes[eye].unbindFramebuffer();
}