diff options
| author | yum <yum.food.vr@gmail.com> | 2025-12-03 16:32:59 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-12-03 16:33:00 -0800 |
| commit | 97b268b7f2a32b5917da5f7f1528619e2dcf362b (patch) | |
| tree | 581c0e2550722e482e8639b0606d905b8469d203 /yum_pbr.cginc | |
| parent | e8f64516cfd27bb0b6ec1bb866909300185a7507 (diff) | |
add glitter uv channel
Diffstat (limited to 'yum_pbr.cginc')
| -rw-r--r-- | yum_pbr.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/yum_pbr.cginc b/yum_pbr.cginc index f70f056..cec42d2 100644 --- a/yum_pbr.cginc +++ b/yum_pbr.cginc @@ -271,6 +271,7 @@ YumPbr GetYumPbr(v2f i, float3x3 tangentToWorld) { #if (defined(FORWARD_BASE_PASS) || defined(FORWARD_ADD_PASS)) && defined(_GLITTER) GlitterParams glitter_p; glitter_p.color = _Glitter_Color; + glitter_p.uv_channel = _Glitter_UV_Channel; glitter_p.layers = _Glitter_Layers; glitter_p.cell_size = _Glitter_Grid_Size; glitter_p.size = _Glitter_Size; |
