Fixed boundary patch rotation flag

This commit is contained in:
Takahito Tejima 2015-04-17 15:43:33 -07:00
parent aec1f61fb0
commit 3d66bd449d

View File

@ -1584,7 +1584,7 @@ PatchTablesFactory::populateAdaptivePatches(AdaptiveContext & context) {
level->gatherQuadRegularBoundaryPatchPoints(faceIndex, patchVerts, bIndex);
offsetAndPermuteIndices(patchVerts, 16, levelVertOffset, permuteBoundary, iptrs.R);
bIndex = 3*((bIndex+1)&1);
bIndex = (bIndex+1)%4;
iptrs.R += 16;
pptrs.R = computePatchParam(refiner, i, faceIndex, bIndex, boundaryMask, transitionMask, pptrs.R);