This is a simple tool for converting splat to 3dtiles.
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/
[1] Optimize performance.
[2] Optimize rendering effects.
[1] https://github.com/KhronosGroup/glTF-Tutorials/tree/main/gltfTutorial