mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-23 20:20:09 +00:00
Merge pull request #1036 from barfowl/vtr_nonman_fvar_tag
Fix construction of face-varying patches around non-manifold vertices
This commit is contained in:
commit
c90c87d011
@ -403,7 +403,8 @@ FVarLevel::ValueTag::combineWithLevelVTag(Level::VTag levelTag) const
|
||||
|
||||
levelTag._boundary = true;
|
||||
levelTag._xordinary = this->_xordinary;
|
||||
levelTag._nonManifold = this->_nonManifold;
|
||||
|
||||
levelTag._nonManifold |= this->_nonManifold;
|
||||
}
|
||||
return levelTag;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user