diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-20 23:57:11 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-20 23:57:11 -0800 |
| commit | e54c87201b97fb36ef9c0e63f9e0012ac59f2f0b (patch) | |
| tree | 2c9aab2ceb16518fa1671facd2736611508d63b4 /2ner.cginc | |
| parent | c9342de5bd708d309cd0df1e65fe668ecbb9a16a (diff) | |
Fix meta pass error
Diffstat (limited to '2ner.cginc')
| -rw-r--r-- | 2ner.cginc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ void geom(triangle v2f input[3], inout TriangleStream<v2f> stream) { o.worldPos.xyz += normal_ws * offset;
o.objPos.xyz += o.normal * offset;
o.pos = UnityWorldToClipPos(o.worldPos);
- o.vertexLight.w = layer;
+ o.vertexLight.w = t;
stream.Append(o);
}
stream.RestartStrip();
|
