yoonje / binary-pcd-web-viewer

pointcloud data format binary version web viewer using Three.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Binary PCD Web Viewer

.pcd file(pointcloud data format) web viwer.

Explanation

  • Put your .pcd file in "static/data/" directory.
  • Recommend running web browser private mode.(because cache data)
  • You can set your screen through camera.position(x,y,z) and controls.target.set() in viewer.js

Run

url : https://<IP:port_number>/?load=/static/data/<file_name>.pcd

Output

kcity

This image show Kcity(South Korea Autonomous Vehicle Experiment City) pcd map.

voxel

This image show fragment pcd file in Kcity.

About

pointcloud data format binary version web viewer using Three.js

License:MIT License


Languages

Language:JavaScript 94.5%Language:HTML 5.5%