
Flattens the input height map around the input points.
If a texture is assigned, it will use that as a mask for where to flatten. The texture should be a normalized height map (from 0 to 1). Otherwise, a circle of Size per radious will be used to define where to flatten. Use Fallof Distance to smoothen the transition of that circle.
- Size: If a texture is assigned, size will be the size of the data to get from the texture. For that reason, if using Shapes or Texture nodes, it is recommended to match (or be slightly bigger) than the maximum size. Anything outside of the size will not be taken into account. The sampling of the texture will also occur at world units (0,0), use Move Origin in case you want to change the position of the textures.
- Affected by Scale: Should Size be affected by the scale of the point? If a texture is assigned, it will also modify the size of the texture.
- Affected by Rotation: Should the input texture be rotatated by the rotation of the point?