https://github.com/perliedman/cesium-js-point-cloud
https://github.com/perliedman/cesium-js-point-cloud
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/perliedman/cesium-js-point-cloud
- Owner: perliedman
- Created: 2021-09-07T18:05:32.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-07T18:15:51.000Z (almost 5 years ago)
- Last Synced: 2025-01-30T13:21:50.253Z (over 1 year ago)
- Language: JavaScript
- Size: 1.81 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
cesium-js-point-cloud
=====================
Small Cesium JS example app
## Running
Install and build:
```
npm install
npm start
```
Serving directly from filesystem:
```
npx http-server
```