Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 369 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 369 Bytes

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

  • Very open to PRs!
  • If you fork, I suggest that you change the addon id, so they don't clash.