Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

Commit

Permalink
added wmr spatial mesh observer profile (#142)
Browse files Browse the repository at this point in the history
# XRTK - Mixed Reality Toolkit Pull Request

## Overview
Added WMR spatial mesh observer profile

## Related Submodule Changes

- XRTK/com.xrtk.core#848
  • Loading branch information
StephenHodgson committed Jun 4, 2021
1 parent 547ef41 commit 7e1b1ff
Show file tree
Hide file tree
Showing 4 changed files with 44 additions and 2 deletions.
8 changes: 8 additions & 0 deletions Profiles~/SpatialAwarenessSystem.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
%YAML 1.1
%TAG !u! tag:unity3d.com,2011:
--- !u!114 &11400000
MonoBehaviour:
m_ObjectHideFlags: 0
m_CorrespondingSourceObject: {fileID: 0}
m_PrefabInstance: {fileID: 0}
m_PrefabAsset: {fileID: 0}
m_GameObject: {fileID: 0}
m_Enabled: 1
m_EditorHideFlags: 0
m_Script: {fileID: 11500000, guid: 68f87d1ac67141afaf834f81454c9aeb, type: 3}
m_Name: WindowsMixedRealitySpatialMeshObserverProfile
m_EditorClassIdentifier:
startupBehavior: 0
observationExtents: {x: 3, y: 3, z: 3}
isStationaryObserver: 0
updateInterval: 0.25
physicsLayer: 31
meshLevelOfDetail: 1
meshRecalculateNormals: 1
meshVisibleMaterial: {fileID: 2100000, guid: 58998db165b741089929938ea4d1b249, type: 2}
meshOcclusionMaterial: {fileID: 2100000, guid: 0062b17981f34cf18ad1f9060db0cb2b,
type: 2}
additionalComponents: []
meshObjectPrefab: {fileID: 0}

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ MonoBehaviour:
- instancedType:
reference: f2e0d0ef-6393-4f96-90cc-df78ca1dc8a2
name: Windows Mixed Reality Hand Controller Data Provider
priority: 2
priority: 3
platformEntries:
runtimePlatforms:
- reference: c838c4f5-a87e-48c7-8742-09a4d85fc3bc
Expand All @@ -61,4 +61,4 @@ MonoBehaviour:
runtimePlatforms:
- reference: c838c4f5-a87e-48c7-8742-09a4d85fc3bc
- reference: 7dc72b4e-34f6-4b26-afd7-cde0c51f83a3
profile: {fileID: 0}
profile: {fileID: 11400000, guid: ccebe5391ffee2446ae581aacb2992a7, type: 2}

0 comments on commit 7e1b1ff

Please sign in to comment.