diff options
| author | yum <yum.food.vr@gmail.com> | 2026-03-16 19:35:38 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-03-16 19:35:38 -0700 |
| commit | a0c233000c210273ca93c0444413fd45b1e6c928 (patch) | |
| tree | 6928b8ded04f04dc670f049ccbdd673360c1b516 /globals.cginc | |
| parent | 11e9d97c5ac694773149d6059f90c670b9c00262 (diff) | |
Begin work on cloth (again)
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index ded2048..d32feeb 100755 --- a/globals.cginc +++ b/globals.cginc @@ -564,4 +564,8 @@ float4 _Vertex_Deformation_Slot_15_Vector_2; float4 _Vertex_Deformation_Slot_15_Vector_3; #endif // _VERTEX_DEFORMATION +#if defined(_CLOTH) +float4 _Cloth_Sheen; +#endif // _CLOTH + #endif // __GLOBALS_INC |
