Home
last modified time | relevance | path

Searched refs:boundaryFaceInV1Faces (Results 1 – 1 of 1) sorted by relevance

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/vtr/
H A Dlevel.cpp940 int boundaryFaceInV1Faces = -1; in gatherQuadRegularBoundaryPatchPoints() local
943 if (face == v1Faces[i]) boundaryFaceInV1Faces = i; in gatherQuadRegularBoundaryPatchPoints()
945 assert((boundaryFaceInV0Faces >= 0) && (boundaryFaceInV1Faces >= 0)); in gatherQuadRegularBoundaryPatchPoints()
951 int intFaceInV1Faces = fastMod4(boundaryFaceInV1Faces + 2); in gatherQuadRegularBoundaryPatchPoints()
952 int nextFaceInV1Faces = fastMod4(boundaryFaceInV1Faces + 3); in gatherQuadRegularBoundaryPatchPoints()