Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
basyniae authored Aug 30, 2024
1 parent b84e680 commit 349d0a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,4 +122,5 @@ Horizontal slices of this surface are straight lines rotating at a constant rate
The conservative method will give a nice connected straight line for every layer, but the full 3D voxelization is spiky.

A similar situation occurs when making a hollow shapes using the thin boundary of each layer.
This boundary only knows about the 2D horizontal slice so will not include enough blocks for a hole-less appearance from the outside.
This boundary only knows about the 2D horizontal slice so will not include enough blocks for a hole-less appearance from the outside.
The solution to this is using the 3D boundary algorithm, which is also aware of the layers above and below the current layer.

0 comments on commit 349d0a1

Please sign in to comment.