From d12e3a08c7fb1ba285bd2f5a5f273cae2960dd03 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Thu, 12 Oct 2023 15:24:33 +0200 Subject: [PATCH] Add note about new shift+wheel utility for terrain brushes https://github.com/FlaxEngine/FlaxEngine/pull/1665 --- manual/terrain/brushes.md | 3 +++ manual/terrain/editing.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/manual/terrain/brushes.md b/manual/terrain/brushes.md index 5723c596..e3c4bc0d 100644 --- a/manual/terrain/brushes.md +++ b/manual/terrain/brushes.md @@ -2,6 +2,9 @@ Flax supports editing and painting terrain using various brushes to easily achieve desired effects right in the editor. Use this documentation page to learn more about brush types supported by Flax. +> [!Note] +> Hold **Shift** key and use `Mouse Scroll Wheel` to control brush size. + ## Circle Brush **Circle Brush** is a default terrain brush that has circle shape and uses radial falloff. It supports various falloff modes to create interesting results with it. diff --git a/manual/terrain/editing.md b/manual/terrain/editing.md index 3b6e8799..e6d19044 100644 --- a/manual/terrain/editing.md +++ b/manual/terrain/editing.md @@ -43,6 +43,9 @@ To learn more about using holes in your terrain see [this tutorial](tutorials/te To learn more about using terrain brushes see the related documentation page [here](brushes.md). +> [!Note] +> Hold **Shift** key and use `Mouse Scroll Wheel` to control brush size. + ## Edit Mode ![Edit Tool](media/edit-tool.png)