PaulHax / spin-controls

Arcball style controls for three.js Object3Ds and Cameras. Featuring pointer to trackball accuracy and unlimited rotation.
https://paulhax.github.io/spin-controls/
MIT License
78 stars 12 forks source link

License? #12

Closed jacopocolo closed 3 years ago

jacopocolo commented 3 years ago

Hi, is there intentionally NOT a license for this module?

I started working on a fork for a project I'm working on of the spincontrol.js module to allow basic translate and scale of the object on top of the rotation. But of course if the intention is NOT to allow modifications, I'll stop working on it.

Just to be clear: I'm a threejs beginner so my intention is not to merge back my changes into this repo. But without a license I'm not even sure if it's okay to publish and distribute my fork.

And thanks for the amazing work you've done with this module.

PaulHax commented 3 years ago

Hello, please feel free to modify. If the MIT will do it for you, I will add.

jacopocolo commented 3 years ago

Thank you! MIT will do very fine!

PaulHax commented 3 years ago

MIT license added. I look forward following your project.