From f6aaea9c6030bdf4bdd66395f9b86baa0d16b3c2 Mon Sep 17 00:00:00 2001 From: yum Date: Sun, 11 Jan 2026 15:33:44 -0800 Subject: Add parallax heightmapping --- features.cginc | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'features.cginc') diff --git a/features.cginc b/features.cginc index f693049..814d80d 100644 --- a/features.cginc +++ b/features.cginc @@ -41,6 +41,14 @@ #pragma shader_feature_local _UNLIT //endex +//ifex _Parallax_Heightmap_Enabled==0 +#pragma shader_feature_local _PARALLAX_HEIGHTMAP +//endex + +//ifex _Parallax_Heightmap_Ray_Marching_Enabled==0 +#pragma shader_feature_local _PARALLAX_HEIGHTMAP_RAY_MARCHING +//endex + //ifex _UV_Scroll_Enabled==0 #pragma shader_feature_local _UV_SCROLL //endex -- cgit v1.2.3