Russell Taylor
Russell Taylor
Does this file work? https://drive.google.com/file/d/175cmSxqUIkEtEirWkWnzlKbbJnMCxPbO/view?usp=sharing
I haven't tried using my HDK2 in awhile, and I didn't usually use it on SteamVR. That was a Zip file I had squirreled away from another devloper's build. I...
This information is used by RenderManager and hence by all render paths that use it. The IPD issue is understood by the OSVR developers; it affects both the projection (which...
IPD is passed to RenderManager in the RenderParams struct https://github.com/sensics/OSVR-RenderManager/blob/master/osvr/RenderKit/RenderManager.h#L330 which is passed to https://github.com/sensics/OSVR-RenderManager/blob/master/osvr/RenderKit/RenderManager.h#L385 in the get/present rendering approach. By "standard IPD location", I meant "the location of the...
Windows has an idea of how much larger it should make items on a screen depending on its resolution. Windows 10 in particular seems to like to zoom in on...
Did adjusting the Windows settings as described on the December 5th posting fix the problem for you?
You can check out the IMU class in VRPN for a way to auto-calibrate the magnetometer while the server is running. It has the deficit that it rotates north a...
Windows 10. This happened both with whatever version of jsoncpp I had installed beforehand and with a new install from the latest Jsoncpp master at https://github.com/open-source-parsers/jsoncpp.git.
Remember that the origin in an orientation-only tracker doesn't have any special place. In that case, putting it at the origin rather than at the 0.04141 offset keeps the world...
Yes, indeed.