diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-24 16:26:28 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-24 16:26:28 -0700 |
| commit | 043de4d0360c54a507b90369e1afe1d1d6ace28f (patch) | |
| tree | 32823361cbedc06b8b1f72cf84be11f5dacae8a2 /globals.cginc | |
| parent | 86438c831074ea2b161db28c18c998eb47b3600f (diff) | |
Port ssfd feature from 2ner
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 44a71c9..b2f798f 100755 --- a/globals.cginc +++ b/globals.cginc @@ -564,6 +564,14 @@ float4 _Vertex_Deformation_Slot_15_Vector_2; float4 _Vertex_Deformation_Slot_15_Vector_3; #endif // _VERTEX_DEFORMATION +#if defined(_SSFD) +float _SSFD_Scale; +float _SSFD_Max_Fwidth; +texture3D _SSFD_Noise; +float _SSFD_Size_Factor; +float _SSFD_Threshold; +#endif // _SSFD + #if defined(_CLOTH) float4 _Cloth_Sheen; #endif // _CLOTH |
