MikalDev / mikal_rotate_shape

Construct 3 Behavior to rotate objects in x,y,z
MIT License
1 stars 2 forks source link

To build the addon, run

npm i
node ./build.js

To run the dev server, run

npm i
node ./dev.js

The build uses the pluginConfig file to generate everything else.

The main files you may want to look at would be instance.js and scriptInterface.js

Rotate 3D