diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-24 16:54:26 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-24 16:54:26 -0800 |
| commit | d0c27e80cefa593641f3525ef23e7fc5631b136b (patch) | |
| tree | 2894d04cac14f1403f49d52f8a742440cb8cfbf1 /data.cginc | |
| parent | 4885fb42bd42f5dfb7fdc198bd0cc42be7959aaf (diff) | |
Add anisotropic reflections
Diffstat (limited to 'data.cginc')
| -rw-r--r-- | data.cginc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ struct YumPbr { float roughness_perceptual; float metallic; float ao; +#if defined(_ANISOTROPY) + float3 binormal; +#endif }; #endif // __DATA_INC |
