8000 GitHub - curtis18/compressor5000: Compresses 3D tiles almost 5000 times
[go: up one dir, main page]

Skip to content

curtis18/compressor5000

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

compressor5000

Compresses 3D tiles (*.b3dm) almost 5000 times using Google Draco (https://github.com/google/draco).

This tool does the following:

  • Loops through all b3dm files in currrent d 61C9 irectory, for each file do:

    • Unpack b3dm to glb file + batch table file (using b3dm unpack)

    • Run Draco compression (using gltf-pipeline)

    • Pack glb to b3dm file (using b3dm pack)

    • Remove the temporary glb file and batch file

Remarks

  • Input b3dm's will be overwritten;

  • Running this tool multiple times will give an error.

Docker

Build

$ docker build -t compressor5000 .

Run

Run from folder where b3dms are located.

On Windows:

$ docker run -v D:\data\tiles:/tiles -it compressor5000

On Linux:

$ docker run -v $(pwd):/tiles -it compressor5000

About

Compresses 3D tiles almost 5000 times

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 57.3%
  • Dockerfile 42.7%
0