Skip to content

Commit

Permalink
adjusting alpha clip parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
cardosoandre committed Mar 3, 2021
1 parent b321340 commit bef13da
Show file tree
Hide file tree
Showing 12 changed files with 1,769 additions and 171 deletions.
1,389 changes: 1,389 additions & 0 deletions Assets/InkShader.shadergraph

Large diffs are not rendered by default.

10 changes: 10 additions & 0 deletions Assets/InkShader.shadergraph.meta

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

10 changes: 5 additions & 5 deletions Assets/Metaballs/Shaders/Shader Graphs_StepAndClip.mat
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ Material:
- Vector1_0a49465ed8764116bcddbe17a19921e4: 0
- Vector1_c0765b0f9fbd45cc93f29b42dc9c50dd: 0
- Vector1_dc4dddd7e6c04cb0b10ba5b78324fa22: 0
- _AlphaStep: 0.44
- _AlphaStep2: 1
- _Clip: 0.33
- _ColorStep: 0.13
- _ColorStep2: 0.88
- _AlphaStep: 0
- _AlphaStep2: 0.7
- _Clip: 0.903
- _ColorStep: 0
- _ColorStep2: 0.404
m_Colors: []
m_BuildTextureStacks: []
12 changes: 6 additions & 6 deletions Assets/ParticleMaterial 1.mat
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Material:
m_PrefabAsset: {fileID: 0}
m_Name: ParticleMaterial 1
m_Shader: {fileID: 4800000, guid: 933532a4fcc9baf4fa0491de14d08ed7, type: 3}
m_ShaderKeywords: _NORMALMAP
m_ShaderKeywords: _ALPHATEST_ON _NORMALMAP
m_LightmapFlags: 4
m_EnableInstancingVariants: 0
m_DoubleSidedGI: 0
Expand Down Expand Up @@ -78,9 +78,9 @@ Material:
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Floats:
- _AlphaClip: 0
- _AlphaClip: 1
- _Blend: 0
- _BumpScale: 0.5
- _BumpScale: 0.2
- _ClearCoatMask: 0
- _ClearCoatSmoothness: 0
- _Cull: 2
Expand All @@ -97,17 +97,17 @@ Material:
- _Parallax: 0.005
- _QueueOffset: 0
- _ReceiveShadows: 1
- _Smoothness: 0
- _Smoothness: 0.746
- _SmoothnessTextureChannel: 1
- _SpecularHighlights: 1
- _SrcBlend: 5
- _Surface: 1
- _WorkflowMode: 1
- _ZWrite: 0
m_Colors:
- _BaseColor: {r: 1, g: 0.2407765, b: 0.11792451, a: 1}
- _BaseColor: {r: 0, g: 0.7264151, b: 0.43584898, a: 1}
- _Color: {r: 1, g: 1, b: 1, a: 1}
- _EmissionColor: {r: 59.714115, g: 0, b: 3.044249, a: 1}
- _EmissionColor: {r: 0, g: 0.37892914, b: 0.18723558, a: 1}
- _SpecColor: {r: 0, g: 0, b: 0, a: 1}
m_BuildTextureStacks: []
--- !u!114 &5268476566877677707
Expand Down
Loading

0 comments on commit bef13da

Please sign in to comment.