Joe Ludwig

Results 33 comments of Joe Ludwig

This seems like something that will require more graphics engine than the gltf sample can provide.

This will need to wait for #11 in other words

Remote gadgets also don't obey any transforms from the chamber member. That's probably the same bug. If they don't have hooks set they won't have a parent transform and will...

Linux support should work fine with or without OpenXR. OpenVR supports LInux already.

This should be fixed in the latest SDK Base updates. If it isn't, let me know and I'll re-open.

I certainly would have noticed if I had ended two turns the entire time. :) I don't know this codebase at all, so this might not work, but could you...

That error specifically means the check that @TheDeveloperGuy mentioned failed. We test to see if there's a USB device present that's likely to be an HMD before spinning up the...

I like having virtual in the subclasses to make it clearer what's going on. I would suggest adding override if your compiler can handle C++11. Let me answer your actual...

As @bddckr mentioned, there are existing calls vr::VRInput()->ShowActionOrigins(...) and vr::VRInput()->ShowBindingsForActionSet(...) that address your other question. They both bring up the binding UI at the moment, but very soon they'll show...

The implementation of this function locks and reads some shared memory, does some math, and returns the result. it doesn't interact with vrcompositor in any way. It seems unlikely that...