Skip to content
This repository has been archived by the owner on Jan 29, 2023. It is now read-only.
/ cesium-3d-tiler Public archive

experimental map tiler to convert large meshes into cesium 3d tilesets

License

Notifications You must be signed in to change notification settings

Stonelinks/cesium-3d-tiler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cesium-3d-tiler

experimental map tiler to convert large meshes into cesium 3d tilesets

setup

make sure you have meshlab installed. OSX freaks out if you don't do this:

MESHLAB_PATH=/Applications/meshlab.app/Contents/MacOS/
cd $MESHLAB_PATH
install_name_tool -add_rpath "@executable_path/../Frameworks" meshlabserver
python3 -m venv venv
. devenv.sh
pip install -r requirements.txt
cd viewer-app/ && npm i

development

generate tiles

python -m tiler

frontend

cd viewer-app/ && npm start

license

MIT

About

experimental map tiler to convert large meshes into cesium 3d tilesets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published