mirror of
https://github.com/sbrl/Minetest-WorldEditAdditions.git
synced 2024-11-22 15:33:00 +00:00
revolve: TODOs
This commit is contained in:
parent
e3962bc8d7
commit
4eee7c66d7
1 changed files with 3 additions and 2 deletions
|
@ -11,6 +11,7 @@ local Vector3 = wea_c.Vector3
|
|||
-- The defined region works best if it's a thin slice that's 1 or 2 blocks thick.
|
||||
-- For example, if one provided a times value of 3, copies would be rotated 0, 120, and 240 degrees.
|
||||
-- TODO: implement support to rotate around arbitrary axes.
|
||||
-- TODO: implement support for stairs, and slabs when we get arbitrary axis rotation support done.
|
||||
-- @param pos1 Vector3 The first position defining the source region.
|
||||
-- @param pos2 Vector3 The second position defining the source region.
|
||||
-- @param origin Vector3 The pivot point to rotate around.
|
||||
|
|
Loading…
Reference in a new issue