mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-09 22:00:06 +00:00
Merge pull request #1034 from barfowl/far_tri_inf_sharp_edges
Fixed triangular patches at interior infinitely sharp edges
This commit is contained in:
commit
16cbbe3fd4
@ -766,9 +766,9 @@ PatchBuilder::GetRegularPatchBoundaryMask(int levelIndex, Index faceIndex,
|
||||
// the encoded result of the two sets of 3 bits:
|
||||
//
|
||||
Level::VTag vFeatureTag(0);
|
||||
vFeatureTag._boundary = true;
|
||||
vFeatureTag._infSharp = testInfSharpFeatures;
|
||||
vFeatureTag._nonManifold = true;
|
||||
vFeatureTag._boundary = true;
|
||||
vFeatureTag._infSharpEdges = testInfSharpFeatures;
|
||||
vFeatureTag._nonManifold = true;
|
||||
|
||||
int vFeatureMask = vFeatureTag.getBits();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user