You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As I intend to use this library with lower-end hardware, it would be useful to provide support for chunk-size other than 64³ voxels. From what I understand face visibility is evaluated through bitwise operation with one bit padding around the chunk (62³ voxels).
I guess 8³, 16³ and 32³ could be supported through the use of feature flags or by using templates ?
The text was updated successfully, but these errors were encountered:
As I intend to use this library with lower-end hardware, it would be useful to provide support for chunk-size other than 64³ voxels. From what I understand face visibility is evaluated through bitwise operation with one bit padding around the chunk (62³ voxels).
I guess 8³, 16³ and 32³ could be supported through the use of feature flags or by using templates ?
The text was updated successfully, but these errors were encountered: