Skip to content

gaohualan/splat-3dtiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This is a simple tool for converting splat to 3dtiles.

How to use

Install python dependencies

pip install

run splat_to_3dtiles_optimized.py

python .\splat_to_3dtiles_optimized.py  "./cesium-splat-viewer/data/splat/model.splat"  "./cesium-splat-viewer/data/3dtiles/model"

start your local server:

cd .\cesium-splat-viewer\

Install Node.js and other dependencies

pnpm install

start Server

node server.js

visit the page:

http://localhost:8081/

What to do next

[1] Optimize performance.

[2] Optimize rendering effects.

Thanks

[1] https://github.com/KhronosGroup/glTF-Tutorials/tree/main/gltfTutorial

[2] https://github.com/CesiumGS/3d-tiles

[3] https://github.com/CesiumGS/glTF/tree/proposal-KHR_gaussian_splatting/extensions/2.0/Khronos/KHR_gaussian_splatting

[4] https://github.com/CesiumGS/cesium/tree/splat-shader

About

This is a simple tool for converting splat to 3dtiles

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published