Converting las files to 3d tiles locally

Hello everyone, I am looking for a solution for converting las files to 3d tiles format locally. The application I am building will use cesiumjs for visualisation but the conversion must be done locally because the data is sensetive. is there a way to do it? i tried using pdal and potree converter but they were not very useful.
thank you

Try using: GitHub - mfbonfigli/gocesiumtiler: A Cesium.js point cloud 3D tiles generator from LAS files written in Golang

It works fine on my las-files.

2 Likes

thank you so much