diff options
| author | yum <yum.food.vr@gmail.com> | 2025-07-19 19:45:39 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-08-13 17:02:57 -0700 |
| commit | 32781eb9ab83b504788198df552934ed6da08ee0 (patch) | |
| tree | 7568fa381defe0bc59a0b411b2594023aea5076a /tessellation.cginc | |
| parent | 6e1c003ad574fa7606b91cc1c59b327237b6af3e (diff) | |
fuck
Diffstat (limited to 'tessellation.cginc')
| -rw-r--r-- | tessellation.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tessellation.cginc b/tessellation.cginc index 24d53ab..a89ca66 100644 --- a/tessellation.cginc +++ b/tessellation.cginc @@ -171,6 +171,7 @@ v2f domain( o.uv01 = DOMAIN_INTERP(uv01); o.uv23 = DOMAIN_INTERP(uv23); o.color = DOMAIN_INTERP(color); + o.vertexLight = DOMAIN_INTERP(vertexLight); #if defined(_TESSELLATION) && defined(_SHATTER_WAVE) #if defined(OUTLINE_PASS) |
