Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
marcozakaria committed Oct 10, 2020
1 parent f3a0591 commit 13be30d
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Assets/Shaders/Grass Shader/Custom_URP_Grass 1.mat
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Material:
m_Scale: {x: 1, y: 1}
m_Offset: {x: 0, y: 0}
m_Floats:
- _Base: 1
- _Base: 0.49
- _Hiegth: 1
m_Colors:
- _Tint: {r: 0.5, g: 0.5, b: 0.5, a: 1}
Expand Down
2 changes: 0 additions & 2 deletions Assets/Shaders/Grass Shader/GrassPass.hlsl
Original file line number Diff line number Diff line change
Expand Up @@ -125,13 +125,11 @@ void LitPassGeom(triangle Varyings input[3], inout TriangleStream<Varyings> outS
outStream.Append(o4);
outStream.Append(o3);
outStream.Append(o);

outStream.RestartStrip(); // mark new triangle

outStream.Append(o3);
outStream.Append(o2);
outStream.Append(o);

outStream.RestartStrip();
}

Expand Down
6 changes: 3 additions & 3 deletions Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@
"com.unity.ide.visualstudio": "2.0.2",
"com.unity.ide.vscode": "1.2.1",
"com.unity.postprocessing": "2.3.0",
"com.unity.recorder": "2.2.0-preview.4",
"com.unity.recorder": "2.3.0-preview.3",
"com.unity.render-pipelines.core": "8.2.0",
"com.unity.render-pipelines.universal": "8.2.0",
"com.unity.test-framework": "1.1.16",
"com.unity.test-framework": "1.1.18",
"com.unity.textmeshpro": "3.0.1",
"com.unity.timeline": "1.2.12",
"com.unity.timeline": "1.3.6",
"com.unity.ugui": "1.0.0",
"com.unity.visualeffectgraph": "8.2.0",
"com.unity.modules.ai": "1.0.0",
Expand Down
6 changes: 3 additions & 3 deletions Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
"url": "https://packages.unity.com"
},
"com.unity.recorder": {
"version": "2.2.0-preview.4",
"version": "2.3.0-preview.3",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down Expand Up @@ -90,7 +90,7 @@
"url": "https://packages.unity.com"
},
"com.unity.test-framework": {
"version": "1.1.16",
"version": "1.1.18",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -110,7 +110,7 @@
"url": "https://packages.unity.com"
},
"com.unity.timeline": {
"version": "1.2.12",
"version": "1.3.6",
"depth": 0,
"source": "registry",
"dependencies": {},
Expand Down

0 comments on commit 13be30d

Please sign in to comment.