BLaZeKiLL / VloxyEngine

Performance oriented voxel engine for unity.
MIT License
93 stars 10 forks source link

More Voxel Data Structures #92

Open BLaZeKiLL opened 1 year ago

BLaZeKiLL commented 1 year ago

Currently, we just have run length encoded interval trees, while they are generally good it would be nice to have an option for other data structures to best suit any given use case.

We can start with these 3 options

We would need to implement all the above as native containers and, the config would be an issue since burst C# doesn't have interfaces we can't provide a run-time switch the user will need to do a source level change