1
0
mirror of https://github.com/Uberi/Minetest-WorldEdit.git synced 2025-07-12 12:50:27 +02:00

Added 6D facedir management and changed rotate and flip behavior concerning orientation

This commit is contained in:
Pierre-Yves Rollo
2015-10-27 09:13:51 +01:00
parent fc037e9c82
commit 6bab328d2b
5 changed files with 154 additions and 74 deletions

View File

@ -276,14 +276,13 @@ Rotate the current WorldEdit positions and region along the x/y/z/? axis by angl
//rotate z 270
//rotate ? -90
### `//orient <angle>`
### `//orient <operation> <axis> <angle>`
Rotate oriented nodes in the current WorldEdit region around the Y axis by angle `<angle>` (90 degree increment)
Change orientation of all oriented nodes in the current WorldEdit region performing <operation> (rotate or flip) around the <axis> axis by angle <angle> (90 degree increment, unused for flip operation).
//orient 90
//orient 180
//orient 270
//orient -90
//orient rotate x 90
//orient rotate y -90
//orient flip x 0
### `//fixlight`