mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
adds an atGizmo option - for now drops a new object at a given singular mesh position. TODO: at the center of a given group.
This commit is contained in:
parent
4b1e2816a9
commit
f1d315d51a
3 changed files with 22 additions and 4 deletions
|
|
@ -315,6 +315,7 @@ function EditorGui::buildMenus(%this)
|
|||
item[5] = "at Centroid" TAB "" TAB "atCentroid";
|
||||
item[6] = "to Terrain" TAB "" TAB "toTerrain";
|
||||
item[7] = "Below Selection" TAB "" TAB "belowSelection";
|
||||
item[8] = "At Gizmo" TAB "" TAB "atGizmo";
|
||||
};
|
||||
|
||||
%this.alignBoundsMenu = new PopupMenu()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue