Home
last modified time | relevance | path

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

/dports/misc/usd/USD-21.11/pxr/usdImaging/usdImaging/
H A DnurbsPatchAdapter.cpp171 VtArray<int> vertsPerFace(nFaces); in GetMeshTopology() local
173 vertsPerFace[i] = 4; in GetMeshTopology()
204 vertsPerFace, in GetMeshTopology()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/vtr/
H A DcomponentInterfaces.h90 void GetNumVerticesPerFace(int vertsPerFace[]) const { in GetNumVerticesPerFace() argument
93 vertsPerFace[i] = _level->getFaceVertices(eFaces[i]).size(); in GetNumVerticesPerFace()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_5_2/
H A Dfar_tutorial_5_2.cpp117 std::vector<int> & vertsPerFace, in appendDefaultPrimitive() argument
148 vertsPerFace.push_back(4); in appendDefaultPrimitive()
157 std::vector<int> & vertsPerFace, in createDefaultGeometry() argument
169 vertsPerFace.reserve(nPrimitives * facesPerPrimitive); in createDefaultGeometry()
176 vertsPerFace, faceVerts, positionsPerVert); in createDefaultGeometry()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/sdc/
H A DcatmarkScheme.h96 int vertsPerFace[2]; in assignSmoothMaskForEdge() local
97 edge.GetNumVerticesPerFace(vertsPerFace); in assignSmoothMaskForEdge()
99 face0IsTri = (vertsPerFace[0] == 3); in assignSmoothMaskForEdge()
100 face1IsTri = (vertsPerFace[1] == 3); in assignSmoothMaskForEdge()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_5_3/
H A Dfar_tutorial_5_3.cpp112 createCube(std::vector<int> & vertsPerFace, in createCube() argument
134 vertsPerFace.resize(6); in createCube()
137 vertsPerFace[i] = 4; in createCube()