Skip to content
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

Improved patch approximations around non-manifold features #745

Merged
merged 1 commit into from
Sep 28, 2015

Conversation

barfowl
Copy link
Collaborator

@barfowl barfowl commented Sep 23, 2015

Patches around non-manifold vertices are currently approximated with regular patches, which works well in some cases but not all. Ultimately we need irregular patches (or at least some kind of extrapolated regular patch) to represent these without cracks, which is planned for the future.

Until then, this change uses regular corner patches around non-manifold vertices that are sharpened to interpolate the vertex and reduce cracks between the patches around it. This does not eliminate cracks with the adjacent interior patches, but it is hoped the isolation level is deep enough to make them negligible until the longer term solution is in place.

    - use regular corner patches around non-manifold verts that were sharpened
@jcowles jcowles added this to the Release 3.0.3 milestone Sep 23, 2015
@jcowles
Copy link
Contributor

jcowles commented Sep 28, 2015

It seems we could add better comments and add some symbol names for the magic numbers in PatchTable factory, but this change is just following the existing pattern.

It would be nice to clean this up in the future though, to lower the barrier to entry for new engineers...

jcowles added a commit that referenced this pull request Sep 28, 2015
Improved patch approximations around non-manifold features
@jcowles jcowles merged commit b5d2a08 into PixarAnimationStudios:dev Sep 28, 2015
@barfowl
Copy link
Collaborator Author

barfowl commented Sep 28, 2015

Agreed. When we deal with infinitely sharp features better (hopefully
soon), both the boundary and non-manifold cases handled here will be dealt
with by the general case of infinitely sharp -- that will simplify things
considerably.

On Mon, Sep 28, 2015 at 9:53 AM, Jeremy Cowles notifications@github.com
wrote:

Merged #745 #745
.


Reply to this email directly or view it on GitHub
#745 (comment)
.

@barfowl barfowl deleted the nonman_patches branch September 30, 2015 23:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants