diff options
Diffstat (limited to 'globals.cginc')
| -rw-r--r-- | globals.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/globals.cginc b/globals.cginc index 748ee04..a66f639 100644 --- a/globals.cginc +++ b/globals.cginc @@ -101,5 +101,9 @@ float _UVScroll_U_Speed; float _UVScroll_V_Speed; texture2D _UVScroll_Alpha; +float _LTCGI_Enabled; +float4 _LTCGI_SpecularColor; +float4 _LTCGI_DiffuseColor; + #endif |
