Skip to content

Commit 524b860

Browse files
authored
Update metabrushes.md
1 parent 336d2cb commit 524b860

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/buildplugins/FAVS/metabrushes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ sidebar_position: 9
88
:::
99
# MetaBrushes
1010

11-
> Brushes in [FastAsyncVoxelSniper](./1.Start.md) and most versions of VoxelSniper are generally broken up into 2 primary categories, Regular Brushes or Performer Brushes. **A Regular Brush is one that does not accept performers** such as VoxelSniper's Erode, HeatRay, or Dome brushes. **A Performer Brush is one that uses performers that can be changed to alter the operation of the brush**, such as Ball, Overlay, or FillDown brushes. **MetaBrushes adds a 3rd category called MetaBrushes**, which are an extension of performer brushes, but utilize an additional algorithm performed at the end of each brush to either smooth the output or adapt it to nearby blocks.
11+
> Brushes in [FastAsyncVoxelSniper](./Start.md) and most versions of VoxelSniper are generally broken up into 2 primary categories, Regular Brushes or Performer Brushes. **A Regular Brush is one that does not accept performers** such as VoxelSniper's Erode, HeatRay, or Dome brushes. **A Performer Brush is one that uses performers that can be changed to alter the operation of the brush**, such as Ball, Overlay, or FillDown brushes. **MetaBrushes adds a 3rd category called MetaBrushes**, which are an extension of performer brushes, but utilize an additional algorithm performed at the end of each brush to either smooth the output or adapt it to nearby blocks.
1212
1313
每个被归类为 MetaBrush 类型的笔刷都会以某种方式使用这些参数。每个参数的默认值及其说明如下:
1414

@@ -178,4 +178,4 @@ MetaSnow笔刷非常适合创建平滑流畅的雪景。使用箭头可以将雪
178178
**推荐预设**:
179179

180180
`/b ms radius[5] height[0] distance smooth`
181-
这个预设适合打造流畅的雪丘。
181+
这个预设适合打造流畅的雪丘。

0 commit comments

Comments
 (0)