# CesiumSplatViewer **Repository Path**: jger/CesiumSplatViewer ## Basic Information - **Project Name**: CesiumSplatViewer - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-09-05 - **Last Updated**: 2024-09-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README This sample project was made to debug a Cesium based Gaussian splat viwer. Much of the code comes from: https://github.com/antimatter15/splat Most of the non-js files come from: https://github.com/CesiumGS/cesium-workshop The included version of Cesium in the 3rdParty directory contains some changes to the Cesium library to add: - usampler2D - vertexAttribIPointer To run: ``` python -m http.server 8080 ```