mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-30 15:20:07 +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
@ -767,7 +767,7 @@ PatchBuilder::GetRegularPatchBoundaryMask(int levelIndex, Index faceIndex,
|
|||||||
//
|
//
|
||||||
Level::VTag vFeatureTag(0);
|
Level::VTag vFeatureTag(0);
|
||||||
vFeatureTag._boundary = true;
|
vFeatureTag._boundary = true;
|
||||||
vFeatureTag._infSharp = testInfSharpFeatures;
|
vFeatureTag._infSharpEdges = testInfSharpFeatures;
|
||||||
vFeatureTag._nonManifold = true;
|
vFeatureTag._nonManifold = true;
|
||||||
|
|
||||||
int vFeatureMask = vFeatureTag.getBits();
|
int vFeatureMask = vFeatureTag.getBits();
|
||||||
|
Loading…
Reference in New Issue
Block a user