Skip to content

Commit 9759adc

Browse files
committed
Add Golf example.
1 parent a05e909 commit 9759adc

17 files changed

+1261
-0
lines changed

Assets/Examples/Golf.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Examples/Golf/Gauge.ShaderGraph

Lines changed: 251 additions & 0 deletions
Large diffs are not rendered by default.

Assets/Examples/Golf/Gauge.ShaderGraph.meta

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Examples/Golf/Gauge.mat

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!21 &2100000
4+
Material:
5+
serializedVersion: 6
6+
m_ObjectHideFlags: 0
7+
m_PrefabParentObject: {fileID: 0}
8+
m_PrefabInternal: {fileID: 0}
9+
m_Name: Gauge
10+
m_Shader: {fileID: 4800000, guid: 54f145d68e0f2554c9972ce522ef35ed, type: 3}
11+
m_ShaderKeywords:
12+
m_LightmapFlags: 4
13+
m_EnableInstancingVariants: 0
14+
m_DoubleSidedGI: 0
15+
m_CustomRenderQueue: -1
16+
stringTagMap: {}
17+
disabledShaderPasses: []
18+
m_SavedProperties:
19+
serializedVersion: 3
20+
m_TexEnvs:
21+
- _BumpMap:
22+
m_Texture: {fileID: 0}
23+
m_Scale: {x: 1, y: 1}
24+
m_Offset: {x: 0, y: 0}
25+
- _DetailAlbedoMap:
26+
m_Texture: {fileID: 0}
27+
m_Scale: {x: 1, y: 1}
28+
m_Offset: {x: 0, y: 0}
29+
- _DetailMask:
30+
m_Texture: {fileID: 0}
31+
m_Scale: {x: 1, y: 1}
32+
m_Offset: {x: 0, y: 0}
33+
- _DetailNormalMap:
34+
m_Texture: {fileID: 0}
35+
m_Scale: {x: 1, y: 1}
36+
m_Offset: {x: 0, y: 0}
37+
- _EmissionMap:
38+
m_Texture: {fileID: 0}
39+
m_Scale: {x: 1, y: 1}
40+
m_Offset: {x: 0, y: 0}
41+
- _MainTex:
42+
m_Texture: {fileID: 0}
43+
m_Scale: {x: 1, y: 1}
44+
m_Offset: {x: 0, y: 0}
45+
- _MetallicGlossMap:
46+
m_Texture: {fileID: 0}
47+
m_Scale: {x: 1, y: 1}
48+
m_Offset: {x: 0, y: 0}
49+
- _OcclusionMap:
50+
m_Texture: {fileID: 0}
51+
m_Scale: {x: 1, y: 1}
52+
m_Offset: {x: 0, y: 0}
53+
- _ParallaxMap:
54+
m_Texture: {fileID: 0}
55+
m_Scale: {x: 1, y: 1}
56+
m_Offset: {x: 0, y: 0}
57+
- _SampleTexture2D_9646F4D3_Texture:
58+
m_Texture: {fileID: 2800000, guid: 4cf5cc31987f2a0488e4112aefead161, type: 3}
59+
m_Scale: {x: 1, y: 1}
60+
m_Offset: {x: 0, y: 0}
61+
- _SampleTexture2D_DE583AEB_Texture:
62+
m_Texture: {fileID: 2800000, guid: ad1f23ae927db3c4e9e375f2af4a2c7c, type: 3}
63+
m_Scale: {x: 1, y: 1}
64+
m_Offset: {x: 0, y: 0}
65+
- _SpecGlossMap:
66+
m_Texture: {fileID: 0}
67+
m_Scale: {x: 1, y: 1}
68+
m_Offset: {x: 0, y: 0}
69+
m_Floats:
70+
- Vector1_C2876896: 1
71+
- _AlphaClip: 0
72+
- _Blend: 0
73+
- _BumpScale: 1
74+
- _Cull: 2
75+
- _Cutoff: 0.5
76+
- _DetailNormalMapScale: 1
77+
- _DstBlend: 0
78+
- _GlossMapScale: 1
79+
- _Glossiness: 0.5
80+
- _GlossyReflections: 1
81+
- _Metallic: 0
82+
- _OcclusionStrength: 1
83+
- _Parallax: 0.02
84+
- _SmoothnessTextureChannel: 0
85+
- _SpecularHighlights: 1
86+
- _SrcBlend: 1
87+
- _Surface: 0
88+
- _UVSec: 0
89+
- _WorkflowMode: 1
90+
- _ZWrite: 1
91+
m_Colors:
92+
- _Color: {r: 1, g: 1, b: 1, a: 1}
93+
- _EmissionColor: {r: 0, g: 0, b: 0, a: 1}
94+
- _SpecColor: {r: 0.19999996, g: 0.19999996, b: 0.19999996, a: 1}

Assets/Examples/Golf/Gauge.mat.meta

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Assets/Examples/Golf/Gauge.psd

1.7 MB
Binary file not shown.

Assets/Examples/Golf/Gauge.psd.meta

Lines changed: 95 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)