3D Element editor of DecUI for VCMP (originally made for buildmode)
This snippet was made to allow people to easily find position, rotation and size of GUIElement in buildmode when converting an element to 3D. This snippet only supports elements made using DecUI.
- Click the "Clone or download" button, select "Download ZIP".
- Extract all the "X3DEditor-master/X3DEditor" folder to "store/script/..here"
- Add the following code into your script:
function Script::ScriptLoad() {
dofile("X3DEditor/X3DEditor_Main.nut");
}
function Script::ScriptProcess() {
Sq3DEditor.Process();
}
Refer to the wiki