Skip to content

newhere491/X3DEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

X3DEditor

3D Element editor of DecUI for VCMP (originally made for buildmode)

Information

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.

Prerequisite

Installation

  1. Click the "Clone or download" button, select "Download ZIP".
  2. Extract all the "X3DEditor-master/X3DEditor" folder to "store/script/..here"
  3. Add the following code into your script:
function Script::ScriptLoad() {
    dofile("X3DEditor/X3DEditor_Main.nut");
}

function Script::ScriptProcess() {
    Sq3DEditor.Process();
}

Usage

Refer to the wiki

About

3D Element editor for VCMP (originally made for buildmode)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published