Open ylee079 opened 1 year ago
Thank you for creating this wonderful project! I am just wondering how would your implementation handle building large maps for example a 300 m by 300 m by 5 m voxel grid. Assuming one grid only holds a float value.
Your only limitation is the physical RAM memory on your computer. Voxel resolution?
Try and check the amount of memory being used (there is a method for that)
Thank you for creating this wonderful project! I am just wondering how would your implementation handle building large maps for example a 300 m by 300 m by 5 m voxel grid. Assuming one grid only holds a float value.