Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/hbr/tutorial_0/
H A Dhbr_tutorial_0.cpp149 hmesh->SetInterpolateBoundaryMethod(Hmesh::k_InterpolateBoundaryEdgeOnly); in main()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/hbr/tutorial_1/
H A Dhbr_tutorial_1.cpp186 hmesh->SetInterpolateBoundaryMethod(Hmesh::k_InterpolateBoundaryEdgeOnly); in main()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/hbr/tutorial_2/
H A Dhbr_tutorial_2.cpp256 hmesh->SetInterpolateBoundaryMethod(Hmesh::k_InterpolateBoundaryEdgeOnly); in createMesh()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_3_1/
H A Dhbr_to_vtr.h95 … case HMesh::k_InterpolateBoundaryEdgeOnly: vvbi=SdcOptions::VTX_BOUNDARY_EDGE_ONLY; break; in getSdcOptions()
104 … case HMesh::k_InterpolateBoundaryEdgeOnly: fvbi=SdcOptions::FVAR_BOUNDARY_EDGE_ONLY; break; in getSdcOptions()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/regression/common/
H A Dhbr_utils.h91 … : mesh->SetInterpolateBoundaryMethod(OpenSubdiv::HbrMesh<T>::k_InterpolateBoundaryEdgeOnly); brea… in applyTags()
102 …esh->SetFVarInterpolateBoundaryMethod(OpenSubdiv::HbrMesh<T>::k_InterpolateBoundaryEdgeOnly); brea… in applyTags()
526 OpenSubdiv::HbrMesh<T>::k_InterpolateBoundaryEdgeOnly); in createTopology()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/documentation/
H A Dhbr_overview.rst106 | k_InterpolateBoundaryEdgeOnly |
H A Dusing_osd_hbr.rst305 … mesh->SetInterpolateBoundaryMethod( OpenSubdiv::HbrMesh<Vertex>::k_InterpolateBoundaryEdgeOnly );
311 …sh->SetFVarInterpolateBoundaryMethod( OpenSubdiv::HbrMesh<Vertex>::k_InterpolateBoundaryEdgeOnly );
H A Dcompatibility.rst106 FVAR_LINEAR_NONE k_InterpolateBoundaryEdgeOnly N/A (ignored)
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/hbr/
H A Dmesh.h204 k_InterpolateBoundaryEdgeOnly, enumerator
708 …if (interpboundarymethod == k_InterpolateBoundaryEdgeOnly || interpboundarymethod == k_Interpolate… in Finish()