diff options
| author | yum <yum.food.vr@gmail.com> | 2026-01-18 09:02:07 -0800 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2026-01-18 09:02:07 -0800 |
| commit | a3c74c361ccba6f0ecee686d7e336cf905246c38 (patch) | |
| tree | c5ff736ddad6be070302a8c83de533103bb5f4ae /globals.cginc | |
| parent | 50e451441f628aa3a28241af118700ae12147583 (diff) | |
Impostors: combine metallic gloss & depth atlases
Diffstat (limited to 'globals.cginc')
| -rwxr-xr-x | globals.cginc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/globals.cginc b/globals.cginc index c50e7fc..0341146 100755 --- a/globals.cginc +++ b/globals.cginc @@ -185,8 +185,8 @@ float _Parallax_Heightmap_Ray_Marching_Steps; Texture2D _Impostors_Atlas; float4 _Impostors_Atlas_TexelSize; Texture2D _Impostors_Normal_Atlas; -Texture2D _Impostors_Metallic_Gloss_Atlas; -Texture2D _Impostors_Depth_Atlas; +// R=metallic, G=gloss, B=depth +Texture2D _Impostors_Metallic_Gloss_Depth_Atlas; int _Impostors_Grid_Resolution; float _Impostors_Sphere_Radius; float _Impostors_Near_Clip; |
