This project is based on javascript THREE.js libarary. There are two sides of the clock cylinder, one side shows the 'Central European Time' (CET) and the other side shows the 'Indian Standard Time' (IST). The reset key control listener is implemented on 'r' or 'R' key hit.
There are two essential .*js files which needs to be added to the project folder, three.min.js & TrackballControls.js. These files can be further download from:
- three.min.js - https://github.com/mrdoob/three.js/
- TrackballControls.js - https://github.com/gtsop/threejs-trackball-controls