Skip to content

dhellfeld/pointcloud_viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pointcloud_viewer

3D point cloud visualization in the browser using three.js

To launch web server

  • 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
  • The navigate to http://localhost:1234 in any browser

About

3D point cloud visualization in the browser using threejs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published