Skip to content

KhaledSharif/3d-tiles-viewer

Repository files navigation

Setup

The bulk of the Javascript code required to run is in:

./example/mars.js

Inside you will find the following line:

groundTiles = new TilesRenderer('octtiles/tileset.json');

This line points to the 3D tiles tileset JSON file at:

./example/dev-bundle/octtiles/tileset.json

You should replace that file and all accompanying b3dm files in the same folder with your own tileset.

Note that you should execute npm commands from the repository root and not in the example folder.

To run the viewer locally, first install all dependencies:

npm install

Then run the Javascript compiler:

npm start

The viewer will be live at:

http://127.0.0.1:8080/example/dev-bundle/mars.html

About

(temp repo until this is moved into isaac_user_interface)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published