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
do not check if all bricks are equal, instead check if the leaf in itself can be represented by one brick. That essentially means for one voxel in the larger brick, at least 8 voxels need to have the same content ( depending on brick DIM ).
Add a testcase for this simplification
The text was updated successfully, but these errors were encountered:
Based on implementation
shocovox/src/octree/detail.rs
Line 213 in 9f0b810
shocovox/src/octree/update.rs
Line 818 in 4c7d89f
The text was updated successfully, but these errors were encountered: