-
Notifications
You must be signed in to change notification settings - Fork 124
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changed default numBuffers to 2 with vsync enabled. #410
base: master
Are you sure you want to change the base?
Conversation
Can we merge this? Will also want to update when ATW is working. |
@russell-taylor are the settings in these RenderManager config files what we want to ship by default with the OSVR installation? |
Should prediction be in there by default? Is that working with all client apps? |
Prediction should be there by default, and should work with all client apps. I don't know that we've yet settled on the best all-around render params (1 vs. 2 buffer, amount of wait, etc.). The only issue with turning on client-side prediction is that it doesn't work with servers that don't send velocity info, and the current predicting server does not. On the other hand, it does no harm -- the client side just avoids predicting in that case. |
# Conflicts: # apps/sample-configs/renderManager.direct.portrait.json
…_13_V2 disotrtion mesh rather than V1.
…distortion mesh v2. Added client-side prediction section and updated values.
Updated OSVR_HDK_1_3_with_mesh to use built-in distortion mesh v2 and new FOV values. I didn't change the OSVR_HDK_1_3 COP or FOV values, as it didn't look correct with the polynomial coefficient distortion method. But it seems odd to have different FOV values for the same display... |
The FOV depends on the distortion correction. Two different corrections can have different FOVs so long as they move the pixels into consistent places in their distortion correction. |
Is this outdated and closeable, or still an active issue? |
No description provided.