Skip to content

Commit 8f45772

Browse files
committed
cleaned up a couple meta files that should not exist
1 parent a7d37f8 commit 8f45772

File tree

90 files changed

+4719
-2397
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

90 files changed

+4719
-2397
lines changed

Assets/HoloToolkit-Examples/Prototyping/Primitives/Materials/angleThickMaterial.mat

Lines changed: 31 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -10,118 +10,67 @@ Material:
1010
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
1111
m_ShaderKeywords: _EMISSION
1212
m_LightmapFlags: 1
13+
m_EnableInstancingVariants: 0
14+
m_DoubleSidedGI: 0
1315
m_CustomRenderQueue: -1
1416
stringTagMap: {}
17+
disabledShaderPasses: []
1518
m_SavedProperties:
16-
serializedVersion: 2
19+
serializedVersion: 3
1720
m_TexEnvs:
18-
- first:
19-
name: _BumpMap
20-
second:
21+
- _BumpMap:
2122
m_Texture: {fileID: 0}
2223
m_Scale: {x: 1, y: 1}
2324
m_Offset: {x: 0, y: 0}
24-
- first:
25-
name: _DetailAlbedoMap
26-
second:
25+
- _DetailAlbedoMap:
2726
m_Texture: {fileID: 0}
2827
m_Scale: {x: 1, y: 1}
2928
m_Offset: {x: 0, y: 0}
30-
- first:
31-
name: _DetailMask
32-
second:
29+
- _DetailMask:
3330
m_Texture: {fileID: 0}
3431
m_Scale: {x: 1, y: 1}
3532
m_Offset: {x: 0, y: 0}
36-
- first:
37-
name: _DetailNormalMap
38-
second:
33+
- _DetailNormalMap:
3934
m_Texture: {fileID: 0}
4035
m_Scale: {x: 1, y: 1}
4136
m_Offset: {x: 0, y: 0}
42-
- first:
43-
name: _EmissionMap
44-
second:
37+
- _EmissionMap:
4538
m_Texture: {fileID: 0}
4639
m_Scale: {x: 1, y: 1}
4740
m_Offset: {x: 0, y: 0}
48-
- first:
49-
name: _MainTex
50-
second:
41+
- _MainTex:
5142
m_Texture: {fileID: 0}
5243
m_Scale: {x: 1, y: 1}
5344
m_Offset: {x: 0, y: 0}
54-
- first:
55-
name: _MetallicGlossMap
56-
second:
45+
- _MetallicGlossMap:
5746
m_Texture: {fileID: 0}
5847
m_Scale: {x: 1, y: 1}
5948
m_Offset: {x: 0, y: 0}
60-
- first:
61-
name: _OcclusionMap
62-
second:
49+
- _OcclusionMap:
6350
m_Texture: {fileID: 0}
6451
m_Scale: {x: 1, y: 1}
6552
m_Offset: {x: 0, y: 0}
66-
- first:
67-
name: _ParallaxMap
68-
second:
53+
- _ParallaxMap:
6954
m_Texture: {fileID: 0}
7055
m_Scale: {x: 1, y: 1}
7156
m_Offset: {x: 0, y: 0}
7257
m_Floats:
73-
- first:
74-
name: _BumpScale
75-
second: 1
76-
- first:
77-
name: _Cutoff
78-
second: 0.5
79-
- first:
80-
name: _DetailNormalMapScale
81-
second: 1
82-
- first:
83-
name: _DstBlend
84-
second: 0
85-
- first:
86-
name: _GlossMapScale
87-
second: 1
88-
- first:
89-
name: _Glossiness
90-
second: 0.5
91-
- first:
92-
name: _GlossyReflections
93-
second: 1
94-
- first:
95-
name: _Metallic
96-
second: 0
97-
- first:
98-
name: _Mode
99-
second: 0
100-
- first:
101-
name: _OcclusionStrength
102-
second: 1
103-
- first:
104-
name: _Parallax
105-
second: 0.02
106-
- first:
107-
name: _SmoothnessTextureChannel
108-
second: 0
109-
- first:
110-
name: _SpecularHighlights
111-
second: 1
112-
- first:
113-
name: _SrcBlend
114-
second: 1
115-
- first:
116-
name: _UVSec
117-
second: 0
118-
- first:
119-
name: _ZWrite
120-
second: 1
58+
- _BumpScale: 1
59+
- _Cutoff: 0.5
60+
- _DetailNormalMapScale: 1
61+
- _DstBlend: 0
62+
- _GlossMapScale: 1
63+
- _Glossiness: 0
64+
- _GlossyReflections: 1
65+
- _Metallic: 0
66+
- _Mode: 0
67+
- _OcclusionStrength: 1
68+
- _Parallax: 0.02
69+
- _SmoothnessTextureChannel: 0
70+
- _SpecularHighlights: 1
71+
- _SrcBlend: 1
72+
- _UVSec: 0
73+
- _ZWrite: 1
12174
m_Colors:
122-
- first:
123-
name: _Color
124-
second: {r: 0.5, g: 0.5, b: 0.5, a: 1}
125-
- first:
126-
name: _EmissionColor
127-
second: {r: 0, g: 0, b: 0, a: 1}
75+
- _Color: {r: 0.75735295, g: 0.9799189, b: 1, a: 1}
76+
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}

Assets/HoloToolkit-Examples/Prototyping/Primitives/Materials/angleThickThinMaterial.mat

Lines changed: 31 additions & 82 deletions
Original file line numberDiff line numberDiff line change
@@ -10,118 +10,67 @@ Material:
1010
m_Shader: {fileID: 46, guid: 0000000000000000f000000000000000, type: 0}
1111
m_ShaderKeywords: _EMISSION
1212
m_LightmapFlags: 1
13+
m_EnableInstancingVariants: 0
14+
m_DoubleSidedGI: 0
1315
m_CustomRenderQueue: -1
1416
stringTagMap: {}
17+
disabledShaderPasses: []
1518
m_SavedProperties:
16-
serializedVersion: 2
19+
serializedVersion: 3
1720
m_TexEnvs:
18-
- first:
19-
name: _BumpMap
20-
second:
21+
- _BumpMap:
2122
m_Texture: {fileID: 0}
2223
m_Scale: {x: 1, y: 1}
2324
m_Offset: {x: 0, y: 0}
24-
- first:
25-
name: _DetailAlbedoMap
26-
second:
25+
- _DetailAlbedoMap:
2726
m_Texture: {fileID: 0}
2827
m_Scale: {x: 1, y: 1}
2928
m_Offset: {x: 0, y: 0}
30-
- first:
31-
name: _DetailMask
32-
second:
29+
- _DetailMask:
3330
m_Texture: {fileID: 0}
3431
m_Scale: {x: 1, y: 1}
3532
m_Offset: {x: 0, y: 0}
36-
- first:
37-
name: _DetailNormalMap
38-
second:
33+
- _DetailNormalMap:
3934
m_Texture: {fileID: 0}
4035
m_Scale: {x: 1, y: 1}
4136
m_Offset: {x: 0, y: 0}
42-
- first:
43-
name: _EmissionMap
44-
second:
37+
- _EmissionMap:
4538
m_Texture: {fileID: 0}
4639
m_Scale: {x: 1, y: 1}
4740
m_Offset: {x: 0, y: 0}
48-
- first:
49-
name: _MainTex
50-
second:
41+
- _MainTex:
5142
m_Texture: {fileID: 0}
5243
m_Scale: {x: 1, y: 1}
5344
m_Offset: {x: 0, y: 0}
54-
- first:
55-
name: _MetallicGlossMap
56-
second:
45+
- _MetallicGlossMap:
5746
m_Texture: {fileID: 0}
5847
m_Scale: {x: 1, y: 1}
5948
m_Offset: {x: 0, y: 0}
60-
- first:
61-
name: _OcclusionMap
62-
second:
49+
- _OcclusionMap:
6350
m_Texture: {fileID: 0}
6451
m_Scale: {x: 1, y: 1}
6552
m_Offset: {x: 0, y: 0}
66-
- first:
67-
name: _ParallaxMap
68-
second:
53+
- _ParallaxMap:
6954
m_Texture: {fileID: 0}
7055
m_Scale: {x: 1, y: 1}
7156
m_Offset: {x: 0, y: 0}
7257
m_Floats:
73-
- first:
74-
name: _BumpScale
75-
second: 1
76-
- first:
77-
name: _Cutoff
78-
second: 0.5
79-
- first:
80-
name: _DetailNormalMapScale
81-
second: 1
82-
- first:
83-
name: _DstBlend
84-
second: 0
85-
- first:
86-
name: _GlossMapScale
87-
second: 1
88-
- first:
89-
name: _Glossiness
90-
second: 0.5
91-
- first:
92-
name: _GlossyReflections
93-
second: 1
94-
- first:
95-
name: _Metallic
96-
second: 0
97-
- first:
98-
name: _Mode
99-
second: 0
100-
- first:
101-
name: _OcclusionStrength
102-
second: 1
103-
- first:
104-
name: _Parallax
105-
second: 0.02
106-
- first:
107-
name: _SmoothnessTextureChannel
108-
second: 0
109-
- first:
110-
name: _SpecularHighlights
111-
second: 1
112-
- first:
113-
name: _SrcBlend
114-
second: 1
115-
- first:
116-
name: _UVSec
117-
second: 0
118-
- first:
119-
name: _ZWrite
120-
second: 1
58+
- _BumpScale: 1
59+
- _Cutoff: 0.5
60+
- _DetailNormalMapScale: 1
61+
- _DstBlend: 0
62+
- _GlossMapScale: 1
63+
- _Glossiness: 0
64+
- _GlossyReflections: 1
65+
- _Metallic: 0
66+
- _Mode: 0
67+
- _OcclusionStrength: 1
68+
- _Parallax: 0.02
69+
- _SmoothnessTextureChannel: 0
70+
- _SpecularHighlights: 1
71+
- _SrcBlend: 1
72+
- _UVSec: 0
73+
- _ZWrite: 1
12174
m_Colors:
122-
- first:
123-
name: _Color
124-
second: {r: 0.5, g: 0.5, b: 0.5, a: 1}
125-
- first:
126-
name: _EmissionColor
127-
second: {r: 0, g: 0, b: 0, a: 1}
75+
- _Color: {r: 0.75735295, g: 0.9799189, b: 1, a: 1}
76+
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}

0 commit comments

Comments
 (0)