-
Notifications
You must be signed in to change notification settings - Fork 2
Description
Something that we should consider to make the voxel files more lightweight is to pre-alpha-composite sides of adjacent boxes. While this won't be helpful on boundaries, this should still lead to a significant reduction in vertex and triangle count.
To be more specific, suppose we have two boxes
This would require some modification of the geometry, but we're only dealing with rectangular prisms so this shouldn't be too difficult.