hdavid_bpg Posted November 10, 2022 Share Posted November 10, 2022 Currently we are using the Vive Input Utility and Vive Wave. The version is 1.17. It seems that ... XRInputSubsystem subSystem = <code> subSystem?.TryRecenter(); does not work? Is there a wave API that forces VR recenter to the Vive Focus 3? Or is this exclusively done via the internal menu? Thanks. Link to comment Share on other sites More sharing options...
Alex_HTC Posted November 17, 2022 Share Posted November 17, 2022 @hdavid_bpg An example for wave is Quote using Wave.Native; Interop.WVR_InAppRecenter(WVR_RecenterType.WVR_RecenterType_RotationAndPosition); And the documentation page is here https://hub.vive.com/storage/app/doc/en-us/WVR_InAppRecenter.html?highlight=wvr_inapprecenter Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now