three.js

Azgaar 2019-10-19 12:54:43 +03:00
parent 4a4266d220
commit ed9965d382

@ -1,8 +1,10 @@
The list of used libraries. Many thanks to authors: The list of used libraries. Many thanks to authors:
* [D3.js v.5](https://d3js.org) by Mike Bostock * [D3.js v.5](https://d3js.org) by Mike Bostock and contributors
* [Delaunator](https://github.com/mapbox/delaunator) by Vladimir Agafonkin * [Delaunator](https://github.com/mapbox/delaunator) by Vladimir Agafonkin
* [Polylabel](https://github.com/mapbox/polylabel) by Vladimir Agafonkin * [Polylabel](https://github.com/mapbox/polylabel) by Vladimir Agafonkin
* [Priority-queue](https://github.com/adamhooper/js-priority-queue) by Adam Hooper * [Priority-queue](https://github.com/adamhooper/js-priority-queue) by Adam Hooper
* [Quantize](https://gist.github.com/thinkxl/4262930) by Nick Rabinowitz * [Quantize](https://gist.github.com/thinkxl/4262930) by Nick Rabinowitz
* [jQuery](https://code.jquery.com/jquery-3.1.1.min.js) and [jQuery-ui](https://jqueryui.com) by jQuery team * [jQuery](https://code.jquery.com/jquery-3.1.1.min.js) and [jQuery-ui](https://jqueryui.com) by jQuery team
* [Three.js](https://github.com/mrdoob/three.js) by mrdoob and Three.js contributors
# [OrbitControls](https://github.com/mrdoob/three.js/blob/master/examples/js/controls/OrbitControls.js) by qiao, mrdoob, alteredq, WestLangley, erich666 and ScieCode