DOCS: restructured tools categories

master
Martin Gerhardy 2020-06-29 22:10:30 +02:00
parent 7df0bb9eb6
commit 03f86fc100
4 changed files with 20 additions and 20 deletions

View File

@ -1,10 +0,0 @@
# Controls
* Placing voxels via left mouse button or SHIFT+[CTRL+]Cursors
* Deleting voxels via right mouse button
* Rotating viewport via middle mouse button or holding alt and moving the mouse
* Holding the left or right mouse buttons spans an AABB to perform the action in
* Using the keybinding for `+actionexecute` (v) command allows you to also span an AABB with
the cursor keys (resp. the keys that are bound to the `+movecursor[direction]` commands).
* Enter places the reference position at the current cursor position
* SHIFT+Tab opens the console (type cmdlist and cvarlist)

View File

@ -44,3 +44,18 @@ This is an opensource, cross platform voxel volume editor.
* Import bitmaps as plane
* Copy/Cut/Paste - paste to cursor or reference position
* Exporting single layers into meshes
## Controls
* Placing voxels via left mouse button or SHIFT+[CTRL+]Cursors
* Deleting voxels via right mouse button
* Rotating viewport via middle mouse button or holding alt and moving the mouse
* Holding the left or right mouse buttons spans an AABB to perform the action in
* Using the keybinding for `+actionexecute` (v) command allows you to also span an AABB with
the cursor keys (resp. the keys that are bound to the `+movecursor[direction]` commands).
* Enter places the reference position at the current cursor position
* SHIFT+Tab opens the console (type cmdlist and cvarlist)
## Palette
The editor is built around a palette of 256 colors. Custom palettes are supported.

View File

@ -1,3 +0,0 @@
# Palette
The editor is built around a palette of 256 colors. Custom palettes are supported.

View File

@ -20,14 +20,12 @@ nav:
- Configuration.md
- Formats.md
- CHANGELOG.md
- VoxEdit:
- voxedit/Index.md
- voxedit/Controls.md
- voxedit/Palette.md
- Client/Server:
- server/Index.md
- server/Setup.md
- VoxConvert: voxconvert/Index.md
- Thumbnailer: thumbnailer/Index.md
- MapView: mapview/Index.md
- Tools:
- VoxConvert: voxconvert/Index.md
- Thumbnailer: thumbnailer/Index.md
- MapView: mapview/Index.md
- VoxEdit: voxedit/Index.md
- Game Design: GameDesign.md