Phr00t
Phr00t
I got past this by modifying this file: CSCore/CSCore.csproj Line 632 to: set sdk=%25PROGRAMFILES(x86)%25\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.8 Tools ... it was using an old SDK for like 8.1. Rebuilt. Got some...
I notice this problem too. When I move the camera forward with the WASD keys, it seems to continue moving even after releasing the keys for random periods < 1sec....
Where this pull request stands: It builds, and "should work" -- problem is, this dynamic call: https://github.com/anotherdevguy/stride/blob/openxr/sources/engine/Stride.VirtualReality/OpenXR/OpenXRHmd.cs#L406 ... should be telling OpenXR which Vulkan device is in-use in addition to...
@kronkinatorix did you ever find a solution for using the newer, larger stereo melody models? I couldn't get it working in audio-webui either...
I fixed it by adding a parameter to pass time to the detect function. I have it operate in seconds now (using the double type), instead of milliseconds... which may...
Yes, that is the best solution. I already had the time in my project, so I decided to pass it as an argument in my solution. Thank you for the...
I do not maintain this library anymore & I've since forgotten too many of the internals to really help here. My only thought is setup a debugger with a breakpoint...
I agree... just don't have the time to set it up at the moment. When I do, I'll followup on this.
I presume jMonkeyVR should have its own... not sure jMonkeyVR belongs with the jMonkeyEngine group ID (jMonkeyVR integrates with jMonkeyEngine, but it isn't considered an "official" library). I'm working on...
Thank you @jherico, much appreciated.