diff options
| author | yum <yum.food.vr@gmail.com> | 2025-10-31 15:40:20 -0700 |
|---|---|---|
| committer | yum <yum.food.vr@gmail.com> | 2025-10-31 15:40:20 -0700 |
| commit | 2edd7a2333ebc36f19f8726cb2d2f79aa501cb18 (patch) | |
| tree | ae34b5707ca07d9c2b78d41fb6190a99cb7ab875 /features.cginc | |
| parent | 15f9778a65a0f163627bd229b8f212cc5c7c0c22 (diff) | |
begin sketching out "undeform" codepath
Diffstat (limited to 'features.cginc')
| -rw-r--r-- | features.cginc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/features.cginc b/features.cginc index b5c7e64..4547929 100644 --- a/features.cginc +++ b/features.cginc @@ -70,6 +70,10 @@ //ifex _Ray_Marching_Enabled==0 #pragma shader_feature_local _RAY_MARCHING +#if defined(_RAY_MARCHING) +#undef _VERTEX_DEFORMATION_FRAGMENT_NORMALS +#undef _VERTEX_DEFORMATION_TESSELLATION +#endif //endex //ifex _Ray_Marching_Baked_Origins_Enabled==0 |
