-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Unity wrapper with c# changes, added SLAM sample for T265, som…
…e UI changes and other fixes.
- Loading branch information
Showing
84 changed files
with
11,517 additions
and
4,736 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
100 changes: 100 additions & 0 deletions
100
wrappers/unity/Assets/RealSenseSDK2.0/Materials/GridMatMajor.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,100 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!21 &2100000 | ||
Material: | ||
serializedVersion: 6 | ||
m_ObjectHideFlags: 0 | ||
m_PrefabParentObject: {fileID: 0} | ||
m_PrefabInternal: {fileID: 0} | ||
m_Name: GridMatMajor | ||
m_Shader: {fileID: 4800000, guid: 836d1e4aaa198ef439a5f3299f2e3630, type: 3} | ||
m_ShaderKeywords: _ALPHAPREMULTIPLY_ON _COLORCOLOR_ON _EMISSION | ||
m_LightmapFlags: 0 | ||
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} | ||
m_Floats: | ||
- _BlendOp: 0 | ||
- _BumpScale: 1 | ||
- _CameraFadingEnabled: 0 | ||
- _CameraFarFadeDistance: 2 | ||
- _CameraNearFadeDistance: 1 | ||
- _ColorMode: 4 | ||
- _Cull: 2 | ||
- _Cutoff: 0.425 | ||
- _DetailNormalMapScale: 1 | ||
- _DistortionBlend: 0.5 | ||
- _DistortionEnabled: 0 | ||
- _DistortionStrength: 1 | ||
- _DistortionStrengthScaled: 0 | ||
- _DstBlend: 10 | ||
- _EmissionEnabled: 0 | ||
- _FlipbookMode: 0 | ||
- _GlossMapScale: 1 | ||
- _Glossiness: 0.5 | ||
- _GlossyReflections: 1 | ||
- _InvFade: 1 | ||
- _LightingEnabled: 0 | ||
- _Metallic: 0 | ||
- _Mode: 3 | ||
- _OcclusionStrength: 1 | ||
- _Parallax: 0.02 | ||
- _Shininess: 0.7 | ||
- _SmoothnessTextureChannel: 0 | ||
- _SoftParticlesEnabled: 0 | ||
- _SoftParticlesFarFadeDistance: 1 | ||
- _SoftParticlesNearFadeDistance: 0 | ||
- _SpecularHighlights: 1 | ||
- _SrcBlend: 1 | ||
- _UVSec: 0 | ||
- _ZWrite: 0 | ||
m_Colors: | ||
- _CameraFadeParams: {r: 0, g: Infinity, b: 0, a: 0} | ||
- _Color: {r: 1, g: 1, b: 1, a: 0.5019608} | ||
- _ColorAddSubDiff: {r: 0, g: 0, b: 0, a: 0} | ||
- _Emission: {r: 0, g: 0, b: 0, a: 0} | ||
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1} | ||
- _SoftParticleFadeParams: {r: 0, g: 0, b: 0, a: 0} | ||
- _SpecColor: {r: 1, g: 1, b: 1, a: 0} | ||
- _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} |
8 changes: 8 additions & 0 deletions
8
wrappers/unity/Assets/RealSenseSDK2.0/Materials/GridMatMajor.mat.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
100 changes: 100 additions & 0 deletions
100
wrappers/unity/Assets/RealSenseSDK2.0/Materials/GridMatMinor.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,100 @@ | ||
%YAML 1.1 | ||
%TAG !u! tag:unity3d.com,2011: | ||
--- !u!21 &2100000 | ||
Material: | ||
serializedVersion: 6 | ||
m_ObjectHideFlags: 0 | ||
m_PrefabParentObject: {fileID: 0} | ||
m_PrefabInternal: {fileID: 0} | ||
m_Name: GridMatMinor | ||
m_Shader: {fileID: 4800000, guid: 836d1e4aaa198ef439a5f3299f2e3630, type: 3} | ||
m_ShaderKeywords: _ALPHAPREMULTIPLY_ON _COLORCOLOR_ON _EMISSION | ||
m_LightmapFlags: 0 | ||
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} | ||
m_Floats: | ||
- _BlendOp: 0 | ||
- _BumpScale: 1 | ||
- _CameraFadingEnabled: 0 | ||
- _CameraFarFadeDistance: 2 | ||
- _CameraNearFadeDistance: 1 | ||
- _ColorMode: 4 | ||
- _Cull: 2 | ||
- _Cutoff: 0.425 | ||
- _DetailNormalMapScale: 1 | ||
- _DistortionBlend: 0.5 | ||
- _DistortionEnabled: 0 | ||
- _DistortionStrength: 1 | ||
- _DistortionStrengthScaled: 0 | ||
- _DstBlend: 10 | ||
- _EmissionEnabled: 0 | ||
- _FlipbookMode: 0 | ||
- _GlossMapScale: 1 | ||
- _Glossiness: 0.5 | ||
- _GlossyReflections: 1 | ||
- _InvFade: 1 | ||
- _LightingEnabled: 0 | ||
- _Metallic: 0 | ||
- _Mode: 3 | ||
- _OcclusionStrength: 1 | ||
- _Parallax: 0.02 | ||
- _Shininess: 0.7 | ||
- _SmoothnessTextureChannel: 0 | ||
- _SoftParticlesEnabled: 0 | ||
- _SoftParticlesFarFadeDistance: 1 | ||
- _SoftParticlesNearFadeDistance: 0 | ||
- _SpecularHighlights: 1 | ||
- _SrcBlend: 1 | ||
- _UVSec: 0 | ||
- _ZWrite: 0 | ||
m_Colors: | ||
- _CameraFadeParams: {r: 0, g: Infinity, b: 0, a: 0} | ||
- _Color: {r: 1, g: 1, b: 1, a: 0.11764706} | ||
- _ColorAddSubDiff: {r: 0, g: 0, b: 0, a: 0} | ||
- _Emission: {r: 0, g: 0, b: 0, a: 0} | ||
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1} | ||
- _SoftParticleFadeParams: {r: 0, g: 0, b: 0, a: 0} | ||
- _SpecColor: {r: 1, g: 1, b: 1, a: 0} | ||
- _TintColor: {r: 0.5, g: 0.5, b: 0.5, a: 0.5} |
8 changes: 8 additions & 0 deletions
8
wrappers/unity/Assets/RealSenseSDK2.0/Materials/GridMatMinor.mat.meta
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Oops, something went wrong.