diff options
| author | yum <yum.food.vr@gmail.com> | 2025-06-02 23:10:32 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-06-02 23:10:32 -0700 |
| commit | e3a6302979fc0813f6a0cfe2463a30a79929607d (patch) | |
| tree | d612286e854590139fc9e8a0cb5f0aac417569fc /tessellation.cginc | |
| parent | ed7bb9bbfad50edb88d16005618f2487434d61c4 (diff) | |
Begin work on `custom30` world
Add vertex colors
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 3df57b1..526d2e3 100644 --- a/tessellation.cginc +++ b/tessellation.cginc @@ -109,6 +109,7 @@ v2f domain( o.binormal = DOMAIN_INTERP(binormal); o.uv01 = DOMAIN_INTERP(uv01); o.uv23 = DOMAIN_INTERP(uv23); + o.color = DOMAIN_INTERP(color); #if defined(_TESSELLATION) && defined(_SHATTER_WAVE) #if defined(OUTLINE_PASS) |
