-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix mesh seams #103
Comments
Maybe no block should generate polys that cross its edges, and instead we should run seam fixing code between any two adjacent blocks, regardless of LOD. |
It would be useful to enforce the property that a voxel is |
Given ^that property, mesh extraction should be rewritten to connect any adjacent voxels regardless of LOD. Then we can support voxels that stay big because they just don't have any more detail. That lets us bump up our LOD a lot, because we won't be paying the cost in places where the detail doesn't exist. |
The server should support an extra request kinda like |
Wait until after #143 |
I think this will be easier once #170 is done, since the edges between chunks have different behavior from the edges within chunks. |
I've started this in the fix-mesh-seams branch. |
There are gaps between different LODs. http://procworld.blogspot.ca/2013/07/emancipation-from-skirt.html
The text was updated successfully, but these errors were encountered: