3D point cloud visualization in the browser using three.js
- Spin up web server from the top directory of this repo
- Depending on your python version
- python2.7:
$ python -m SimpleHTTPServer 1234
- python3.7:
$ python -m http.server 1234
- python2.7:
- Depending on your python version
- The navigate to http://localhost:1234 in any browser