mfbonfigli / gocesiumtiler

A Cesium.js point cloud 3D tiles generator from LAS files written in Golang
GNU Lesser General Public License v3.0
185 stars 39 forks source link

Decoupling tree data structure #11

Closed mfbonfigli closed 3 years ago

mfbonfigli commented 3 years ago

This PR represents a big step forward in this project.

It includes the following major changes:

I acknowledge that this PR violates the general principle of keeping PRs small and contained, but this represents a major step for the maintainability of the project. Future PRs will be much more focused.