]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blob - Mapping-NetRadiant.md
minor fixes/improvements
[xonotic/xonotic.wiki.git] / Mapping-NetRadiant.md
1 Mapping - NetRadiant
2 ====================
3
4 Layout
5 ------
6
7 NetRadiant offers different layouts, however the layout with three 2D panes and one 3D view is recommended.
8 ![Layout Selection](assets/images/radiant-layout-selection.png)
9
10 NetRadiant will now look like this:
11 ![Layout](assets/images/radiant-layout.png)
12
13 Note: All of the panes can be resized by dragging on their borders.
14
15 Controls
16 --------
17 ### Navigational Controls
18
19 Basic controls for the 2D panes:
20 -   scroll wheel to zoom (shift rightclick also works)
21 -   hold rightclick will move around the scene
22 -   pressing number keys 1-9 will change the grid size (0 will hide/show the grid)
23
24 Basic controls for 3D view:
25 -   scroll wheel is zoom (ctrl + shift + rightclick also works)
26 -   rightclick toggles freecam mode
27 -   while in freecam mode move the mouse to look around and the mousewheel to fly around the 3d scene
28
29 ### Important Keyboard shortcuts
30
31 -   `T` will toggle the Texture browser
32 -   `N` will toggle the Entity pane
33 -   `L` will toggle the Entity list
34 -   `S` will toggle the Surface Inspector
35 -   `Esc` will deselect any selected objects
36 -   `Shift+left mouse button` will add the object under the mouse cursor to the selection (or remove it if it's already selected)
37 -   `Shift+left mouse button drag` will add the objects in this box to the selection (or remove them if they're already selected)
38 -   `backspace` will delete all selected objects
39
40 \<\< [Setup](mapping-Setup) | [First Map](mapping-FirstMap) \>\>
41
42 … [Creating_Maps](Creating-Maps) …
43