diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-11 17:54:36 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-11 17:54:36 -0700 |
| commit | 51e625816b01773577a5f54b7504548ce1af9acd (patch) | |
| tree | cfbe85e8b2af547cdbf7c6592d5d74d841b1b609 /data.cginc | |
| parent | c36b919595874355c511b2c75ba9797440be09a5 (diff) | |
Add normal map to clearcoat
Diffstat (limited to 'data.cginc')
| -rw-r--r-- | data.cginc | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -24,6 +24,7 @@ struct Pbr { float3 bent_normal; #endif #if defined(_CLEARCOAT) + float3 cc_normal; float cc_roughness; float cc_roughness_perceptual; float cc_strength; |
