-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add MRTK spatial mapping support for Magic Leap (#3)
* Add MRTK spatial mapping support for Magic Leap * Update MagicLeap1 ConfigurationProfile.asset Disable spatial awareness in default configuration profile. * Update project version to 2020.2.5f * Update git ignore to include user settings * Update package versions * Delete UserSettings directory
- Loading branch information
1 parent
22af73d
commit 69d1967
Showing
43 changed files
with
2,874 additions
and
984 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"version": "1.0", | ||
"components": [ | ||
"Microsoft.VisualStudio.Workload.ManagedGame" | ||
] | ||
} |
2 changes: 1 addition & 1 deletion
2
Assets/Plugins.meta → ...icLeap/Providers/MagicLeap/Materials.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
87 changes: 87 additions & 0 deletions
87
Assets/MRTK-MagicLeap/Providers/MagicLeap/Materials/Occlusion.mat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!21 &2100000 | ||
Material: | ||
serializedVersion: 6 | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_Name: Occlusion | ||
m_Shader: {fileID: 15300, guid: 0000000000000000f000000000000000, type: 0} | ||
m_ShaderKeywords: _EMISSION | ||
m_LightmapFlags: 1 | ||
m_EnableInstancingVariants: 0 | ||
m_DoubleSidedGI: 0 | ||
m_CustomRenderQueue: -1 | ||
stringTagMap: {} | ||
disabledShaderPasses: [] | ||
m_SavedProperties: | ||
serializedVersion: 3 | ||
m_TexEnvs: | ||
- _BumpMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _DetailAlbedoMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _DetailMask: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _DetailNormalMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _EmissionMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _MainTex: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _MetallicGlossMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _OcclusionMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _ParallaxMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _SpecGlossMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
m_Floats: | ||
- _BumpScale: 1 | ||
- _Cutoff: 0.5 | ||
- _DetailNormalMapScale: 1 | ||
- _Distance: 4 | ||
- _DstBlend: 0 | ||
- _GlossMapScale: 1 | ||
- _Glossiness: 0 | ||
- _GlossyReflections: 1 | ||
- _Metallic: 0 | ||
- _Mode: 0 | ||
- _OcclusionStrength: 1 | ||
- _Parallax: 0.02 | ||
- _SmoothnessTextureChannel: 0 | ||
- _SpecularHighlights: 1 | ||
- _Speed: 0.5 | ||
- _SrcBlend: 1 | ||
- _UVSec: 0 | ||
- _WireThickness: 350 | ||
- _WorkArea: 3 | ||
- _ZWrite: 1 | ||
m_Colors: | ||
- _Color: {r: 0.13725483, g: 1, b: 0.27450982, a: 1} | ||
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1} | ||
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} | ||
m_BuildTextureStacks: [] |
2 changes: 1 addition & 1 deletion
2
...umin/MagicLeapManifestSettings.asset.meta → ...rs/MagicLeap/Materials/Occlusion.mat.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
151 changes: 151 additions & 0 deletions
151
Assets/MRTK-MagicLeap/Providers/MagicLeap/Materials/Wireframe.mat
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,151 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!21 &2100000 | ||
Material: | ||
serializedVersion: 6 | ||
m_ObjectHideFlags: 0 | ||
m_CorrespondingSourceObject: {fileID: 0} | ||
m_PrefabInstance: {fileID: 0} | ||
m_PrefabAsset: {fileID: 0} | ||
m_Name: Wireframe | ||
m_Shader: {fileID: 15301, guid: 0000000000000000f000000000000000, type: 0} | ||
m_ShaderKeywords: _EMISSION _GLOSSYREFLECTIONS_OFF _SPECULARHIGHLIGHTS_OFF | ||
m_LightmapFlags: 1 | ||
m_EnableInstancingVariants: 0 | ||
m_DoubleSidedGI: 0 | ||
m_CustomRenderQueue: -1 | ||
stringTagMap: {} | ||
disabledShaderPasses: [] | ||
m_SavedProperties: | ||
serializedVersion: 3 | ||
m_TexEnvs: | ||
- _BackgroundTex: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _BlendTex: | ||
m_Texture: {fileID: 2800000, guid: 9e3f2f9ce1feeb04b84e9431dc950bc4, type: 3} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _BumpMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _DetailAlbedoMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _DetailMask: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _DetailNormalMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _EmissionMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _FilterTex: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _ForegroundTex: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _MainTex: | ||
m_Texture: {fileID: 10305, guid: 0000000000000000f000000000000000, type: 0} | ||
m_Scale: {x: 10, y: 10} | ||
m_Offset: {x: 0, y: 0} | ||
- _MetallicGlossMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _OcclusionMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _ParallaxMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _Ramp: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 0.01} | ||
m_Offset: {x: -3.74, y: -1.93} | ||
- _SpecGlossMap: | ||
m_Texture: {fileID: 0} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _Tex1: | ||
m_Texture: {fileID: 2800000, guid: 965e1f256f83e25479b9acaa56132927, type: 3} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _Tex2: | ||
m_Texture: {fileID: 2800000, guid: 965e1f256f83e25479b9acaa56132927, type: 3} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
- _Tex3: | ||
m_Texture: {fileID: 2800000, guid: 965e1f256f83e25479b9acaa56132927, type: 3} | ||
m_Scale: {x: 1, y: 1} | ||
m_Offset: {x: 0, y: 0} | ||
m_Floats: | ||
- _Amount: 0 | ||
- _Amplitude: 1 | ||
- _Brightness: 0.78 | ||
- _BumpScale: 1 | ||
- _CellAmount: 8 | ||
- _Cutoff: 0.32 | ||
- _CutoutThresh: 0.234 | ||
- _DetailNormalMapScale: 1 | ||
- _Distance: 1 | ||
- _DstBlend: 0 | ||
- _EdgeSharpness: 1 | ||
- _Gap: 0.1 | ||
- _GlossMapScale: 1 | ||
- _Glossiness: 0 | ||
- _GlossyReflections: 0 | ||
- _Lerp: 0.772 | ||
- _MaxUV: 0.9 | ||
- _Metallic: 0 | ||
- _MinUV: 0.1 | ||
- _Mode: 0 | ||
- _Multi: 0 | ||
- _OcclusionStrength: 1 | ||
- _Offset: -1 | ||
- _Offsetx: -6.2 | ||
- _Offsetz: -4.5 | ||
- _Outline: 0.005 | ||
- _Parallax: 0.02 | ||
- _RampScale: 0.088 | ||
- _Red: 0.5 | ||
- _Scale: 10 | ||
- _SmoothnessTextureChannel: 0 | ||
- _SpecularHighlights: 0 | ||
- _Speed: 15.8 | ||
- _SpotlightConeAngle: 0.16 | ||
- _SrcBlend: 1 | ||
- _TexWidth: 8 | ||
- _Threshold: 1 | ||
- _Transparency: 0.005 | ||
- _UVSec: 0 | ||
- _WireThickness: 0 | ||
- _ZWrite: 1 | ||
m_Colors: | ||
- _BackgroundColor: {r: 1, g: 1, b: 1, a: 1} | ||
- _Color: {r: 0, g: 0.6044445, b: 1, a: 0.3137255} | ||
- _Color1: {r: 0.37891603, g: 0.48200426, b: 0.6132076, a: 1} | ||
- _Color2: {r: 0, g: 0.6432805, b: 1, a: 1} | ||
- _Color3: {r: 0.3446066, g: 0.547228, b: 0.6037736, a: 1} | ||
- _Color4: {r: 0, g: 0, b: 0, a: 1} | ||
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1} | ||
- _ForegroundColor: {r: 0, g: 0, b: 0, a: 0} | ||
- _OutlineColor: {r: 1, g: 1, b: 1, a: 1} | ||
- _RampColor: {r: 1, g: 1, b: 1, a: 1} | ||
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1} | ||
- _SpotlightForward: {r: 0, g: 0, b: 1, a: 1} | ||
- _TintColor: {r: 1, g: 1, b: 1, a: 1} | ||
- _WorldSpaceRefPoint: {r: 0, g: 0, b: 1, a: 1} | ||
m_BuildTextureStacks: [] |
8 changes: 8 additions & 0 deletions
8
Assets/MRTK-MagicLeap/Providers/MagicLeap/Materials/Wireframe.mat.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.