Skip to content

Oculus visualization now integrated with MRTK#10067

Merged
RogPodge merged 3 commits into
microsoft:mainfrom
RogPodge:OculusControllerVisualizationRefactor
Jul 13, 2021
Merged

Oculus visualization now integrated with MRTK#10067
RogPodge merged 3 commits into
microsoft:mainfrom
RogPodge:OculusControllerVisualizationRefactor

Conversation

@RogPodge

Copy link
Copy Markdown
Contributor

Overview

Previously Oculus controllers managed their visuals completely separately from MRTK. This PR refactors the Oculus Touch Controllers to use the visualizer in a similar manner as the WMR controllers. For consistency, it also makes it so avatar hands can be rendered at the same time as the controller models, since Oculus's OvrAvatar functionality operates in it's own system and cannot be managed easily by MRTK.

Changes

Comment thread Assets/MRTK/Providers/Oculus/XRSDK/Controllers/OculusXRSDKTouchController.cs Outdated
Comment thread Assets/MRTK/Providers/Oculus/XRSDK/OculusXRSDKDeviceManager.cs Outdated
@RogPodge

Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).

@RogPodge

Copy link
Copy Markdown
Contributor Author

NOTE: This also fixes an error that was introduced when the UnityEngine import was added to the OculusXRSDKDeviceManager class

Assets\MRTK\Providers\Oculus\XRSDK\OculusXRSDKDeviceManager.cs(17,7): error CS0105: The using directive for 'UnityEngine' appeared previously in this namespace

@keveleigh keveleigh left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Big fan of the direction this PR is taking, moving some of this visualization work more in-box!

Comment thread Assets/MRTK/Providers/Oculus/XRSDK/OculusXRSDKDeviceManager.cs
Comment thread Assets/MRTK/Providers/Oculus/XRSDK/Controllers/OculusXRSDKTouchController.cs Outdated
@RogPodge RogPodge force-pushed the OculusControllerVisualizationRefactor branch from 8739c5d to 10666b1 Compare July 13, 2021 22:19
@RogPodge

Copy link
Copy Markdown
Contributor Author

/azp run

@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines successfully started running 2 pipeline(s).

@RogPodge RogPodge merged commit 2e1a97a into microsoft:main Jul 13, 2021
@polar-kev polar-kev added this to the MRTK 2.7.3 milestone Nov 22, 2021
@polar-kev polar-kev modified the milestones: MRTK 2.7.3, MRTK 2.x future Dec 5, 2021
RogPodge added a commit that referenced this pull request Dec 14, 2021
* Oculus visualization now merged seemlessly with MRTK

* addressing code review comments

* Update Assets/MRTK/Providers/Oculus/XRSDK/Controllers/OculusXRSDKTouchController.cs

Co-authored-by: Kurtis <[email protected]>

Co-authored-by: Kurtis <[email protected]>
m-the-hoff pushed a commit that referenced this pull request Dec 15, 2021
Oculus visualization now integrated with MRTK (#10067)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Inactive controller visualizer after update to 2.7.0

3 participants