Files
Fishing2/Packages/com.jbooth.microsplat.terrain-blending/Scripts/Editor/Fragments/microsplat_terrainblend_cbuffer.txt
2025-06-04 09:09:39 +08:00

16 lines
271 B
Plaintext

float4 _TerrainBounds;
float4 _TerrainDesc_TexelSize;
half4 _TerrainBlendParams;
half4 _TerrainBlendParams2;
half4 _SlopeBlendParams;
half4 _SnowBlendParams;
half4 _FeatureFilters;
half _TBNoiseScale;