Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/vtr/
H A Dlevel.cpp763 int fIncident = (startFace + i) % vFaces.size(); in gatherQuadRegularPartialRingAroundVertex() local
766 ? level.getFaceVertices(vFaces[fIncident]) in gatherQuadRegularPartialRingAroundVertex()
767 : level.getFaceFVarValues(vFaces[fIncident], fvarChannel); in gatherQuadRegularPartialRingAroundVertex()
769 int vInThisFace = vInFaces[fIncident]; in gatherQuadRegularPartialRingAroundVertex()