/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/regression/common/ |
H A D | far_utils.h | 76 result.SetVtxBoundaryInterpolation(Options::VTX_BOUNDARY_EDGE_ONLY); in GetSdcOptions() 90 case 0 : result.SetVtxBoundaryInterpolation(Options::VTX_BOUNDARY_NONE); break; in GetSdcOptions() 91 … case 1 : result.SetVtxBoundaryInterpolation(Options::VTX_BOUNDARY_EDGE_AND_CORNER); break; in GetSdcOptions() 92 case 2 : result.SetVtxBoundaryInterpolation(Options::VTX_BOUNDARY_EDGE_ONLY); break; in GetSdcOptions()
|
/dports/misc/usd/USD-21.11/pxr/imaging/pxOsd/ |
H A D | refinerFactory.cpp | 107 options.SetVtxBoundaryInterpolation(Options::VTX_BOUNDARY_NONE); in GetOptions() 109 options.SetVtxBoundaryInterpolation(Options::VTX_BOUNDARY_EDGE_ONLY); in GetOptions() 111 options.SetVtxBoundaryInterpolation(Options::VTX_BOUNDARY_EDGE_AND_CORNER); in GetOptions() 120 options.SetVtxBoundaryInterpolation(Options::VTX_BOUNDARY_EDGE_AND_CORNER); in GetOptions()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/sdc/ |
H A D | options.h | 92 void SetVtxBoundaryInterpolation(VtxBoundaryInterpolation b) { _vtxBoundInterp = b; } in SetVtxBoundaryInterpolation() function
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/osd/tutorial_0/ |
H A D | osd_tutorial_0.cpp | 146 options.SetVtxBoundaryInterpolation(Sdc::Options::VTX_BOUNDARY_EDGE_ONLY); in createTopologyRefiner()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_4_1/ |
H A D | far_tutorial_4_1.cpp | 170 options.SetVtxBoundaryInterpolation(Sdc::Options::VTX_BOUNDARY_EDGE_ONLY); in createTopologyRefiner()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_1_1/ |
H A D | far_tutorial_1_1.cpp | 112 options.SetVtxBoundaryInterpolation(Sdc::Options::VTX_BOUNDARY_EDGE_ONLY); in main()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_4_2/ |
H A D | far_tutorial_4_2.cpp | 222 options.SetVtxBoundaryInterpolation(Sdc::Options::VTX_BOUNDARY_EDGE_ONLY); in createTopologyRefiner()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_4_3/ |
H A D | far_tutorial_4_3.cpp | 224 options.SetVtxBoundaryInterpolation(Sdc::Options::VTX_BOUNDARY_EDGE_ONLY); in createTopologyRefiner()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_2_1/ |
H A D | far_tutorial_2_1.cpp | 227 options.SetVtxBoundaryInterpolation(Sdc::Options::VTX_BOUNDARY_EDGE_ONLY); in createFarTopologyRefiner()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_1_2/ |
H A D | far_tutorial_1_2.cpp | 155 options.SetVtxBoundaryInterpolation(Sdc::Options::VTX_BOUNDARY_EDGE_ONLY); in createFarTopologyRefiner()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_5_1/ |
H A D | far_tutorial_5_1.cpp | 318 options.SetVtxBoundaryInterpolation(Sdc::Options::VTX_BOUNDARY_EDGE_ONLY); in createTopologyRefiner()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_2_2/ |
H A D | far_tutorial_2_2.cpp | 222 options.SetVtxBoundaryInterpolation(Sdc::Options::VTX_BOUNDARY_EDGE_ONLY); in main()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_3_1/ |
H A D | far_tutorial_3_1.cpp | 172 options.SetVtxBoundaryInterpolation(Sdc::Options::VTX_BOUNDARY_EDGE_ONLY); in GetOptions()
|
H A D | hbr_to_vtr.h | 117 options->SetVtxBoundaryInterpolation(vvbi); in getSdcOptions()
|
/dports/graphics/wdune/wdune-1.926/src/ |
H A D | MeshSubdivide.cpp | 122 options.SetVtxBoundaryInterpolation(Sdc::Options::VTX_BOUNDARY_EDGE_ONLY); in meshSubdivide()
|
/dports/graphics/blender/blender-2.91.0/intern/opensubdiv/internal/topology/ |
H A D | topology_refiner_factory.cc | 332 options.SetVtxBoundaryInterpolation( in getSDCOptions()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_2_3/ |
H A D | far_tutorial_2_3.cpp | 298 options.SetVtxBoundaryInterpolation(Sdc::Options::VTX_BOUNDARY_EDGE_ONLY); in main()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_5_3/ |
H A D | far_tutorial_5_3.cpp | 167 options.SetVtxBoundaryInterpolation( in createTopologyRefinerDefault()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_5_2/ |
H A D | far_tutorial_5_2.cpp | 200 options.SetVtxBoundaryInterpolation( in createTopologyRefinerDefault()
|
/dports/graphics/blender/blender-2.91.0/intern/cycles/render/ |
H A D | mesh_subdivision.cpp | 185 options.SetVtxBoundaryInterpolation(Sdc::Options::VTX_BOUNDARY_EDGE_ONLY); in build_from_mesh()
|
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/documentation/ |
H A D | porting.rst | 119 HbrMesh<T>::SetInterpolateBoundaryMethod() Sdc::Options::SetVtxBoundaryInterpolation()
|