You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
1.6 KiB
Markdown
22 lines
1.6 KiB
Markdown
|
3 years ago
|
# Using Polybrush modes
|
||
|
|
|
||
|
|
Polybrush provides five brush modes that perform different tasks. They all use the same basic brush settings and mirroring options:
|
||
|
|
|
||
|
|
| **Button** | **Mode** | **Task to perform** |
|
||
|
|
| ------------------------------------ | --------------------------- | ------------------------------------------------------------ |
|
||
|
|
|  | [Sculpt](modes_sculpt.md) | Moves the vertices of your Mesh in several directions to manipulate its surface. |
|
||
|
|
|  | [Smooth](modes_smooth.md) | Smooth the differences between vertex positions. |
|
||
|
|
|  | [Color](modes_color.md) | Paint colors on the surface of your Mesh. |
|
||
|
|
|  | [Texture](modes_texture.md) | Paint and blend Textures across your Mesh. |
|
||
|
|
|  | [Scatter](modes_prefab.md) | Place or scatter Prefabs on the surface of your Mesh. |
|
||
|
|
|
||
|
|
To activate a specific brush mode, click its button on the Mode toolbar:
|
||
|
|
|
||
|
|

|
||
|
|
|
||
|
|
> **Tip:** To see which brush mode is active, look at the toolbar. The active button appears with a darker background. For example, in this image, the [Smooth](modes_smooth.md) mode is active:
|
||
|
|
>
|
||
|
|
> 
|
||
|
|
|
||
|
|
To deactivate a brush mode, click the mode button that is currently active, or select any standard Unity transform tool (Move, Rotate, Scale).
|