Home
last modified time | relevance | path

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

/dports/graphics/blender/blender-2.91.0/intern/opensubdiv/internal/base/
H A Dtype_convert.cc51 return Options::FVAR_LINEAR_NONE; in getFVarLinearInterpolationFromCAPI()
64 return Options::FVAR_LINEAR_NONE; in getFVarLinearInterpolationFromCAPI()
72 case Options::FVAR_LINEAR_NONE: in getCAPIFVarLinearInterpolationFromOSD()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/sdc/
H A Doptions.h61 FVAR_LINEAR_NONE = 0, ///< smooth everywhere ("edge only") enumerator
/dports/misc/usd/USD-21.11/pxr/imaging/pxOsd/
H A DrefinerFactory.cpp140 options.SetFVarLinearInterpolation(Options::FVAR_LINEAR_NONE); in GetOptions()
151 options.SetFVarLinearInterpolation(Options::FVAR_LINEAR_NONE); in GetOptions()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/glFVarViewer/
H A DglFVarViewer.cpp1136 case SdcOptions::FVAR_LINEAR_NONE : in callbackFVarInterp()
1137 g_fvarInterp = SdcOptions::FVAR_LINEAR_NONE; break; in callbackFVarInterp()
1214 SdcOptions::FVAR_LINEAR_NONE, g_fvarInterp==SdcOptions::FVAR_LINEAR_NONE); in initHUD()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/examples/farViewer/
H A DfarViewer.cpp1190 case SdcOptions::FVAR_LINEAR_NONE : in callbackFVarInterpolation()
1191 g_fvarInterpolation = SdcOptions::FVAR_LINEAR_NONE; break; in callbackFVarInterpolation()
1269 SdcOptions::FVAR_LINEAR_NONE, g_fvarInterpolation==SdcOptions::FVAR_LINEAR_NONE); in initHUD()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_2_2/
H A Dfar_tutorial_2_2.cpp223 options.SetFVarLinearInterpolation(Sdc::Options::FVAR_LINEAR_NONE); in main()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/regression/common/
H A Dfar_utils.h101 case 0 : result.SetFVarLinearInterpolation(Options::FVAR_LINEAR_NONE); break; in GetSdcOptions()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_2_3/
H A Dfar_tutorial_2_3.cpp299 options.SetFVarLinearInterpolation(Sdc::Options::FVAR_LINEAR_NONE); in main()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/documentation/
H A Drelease_31.rst45 projection (in this case FVAR_LINEAR_NONE):
H A Dcompatibility.rst106 FVAR_LINEAR_NONE k_InterpolateBoundaryEdgeOnly N/A (ignored)
H A Dsubdivision_surfaces.rst890 | **FVAR_LINEAR_NONE** | smooth everywhere the mesh is smooth |
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/vtr/
H A DfvarLevel.cpp170 bool fvarCornersAreSharp = (fvarOptions != Options::FVAR_LINEAR_NONE); in completeTopologyFromFaceValues()