Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/sdc/
H A Doptions.h69 CREASE_UNIFORM = 0, ///< Catmark rule enumerator
81 _creasingMethod(CREASE_UNIFORM), in Options()
H A Dcrease.h95 bool IsUniform() const { return _options.GetCreasingMethod() == Options::CREASE_UNIFORM; } in IsUniform()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/regression/common/
H A Dfar_utils.h77 result.SetCreasingMethod(Options::CREASE_UNIFORM); in GetSdcOptions()
123 result.SetCreasingMethod(Options::CREASE_UNIFORM); in GetSdcOptions()
/dports/graphics/blender/blender-2.91.0/intern/opensubdiv/internal/topology/
H A Dtopology_refiner_factory.cc334 options.SetCreasingMethod(Options::CREASE_UNIFORM); in getSDCOptions()
/dports/misc/usd/USD-21.11/pxr/imaging/pxOsd/
H A DrefinerFactory.cpp163 options.SetCreasingMethod(Options::CREASE_UNIFORM); in GetOptions()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/tutorials/far/tutorial_3_1/
H A Dhbr_to_vtr.h113 case HSubdiv::k_CreaseNormal: creaseMethod=OpenSubdiv::SdcOptions::CREASE_UNIFORM; break; in getSdcOptions()
/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/documentation/
H A Dcompatibility.rst170 CREASE_UNIFORM standard integer subtraction per level (default)
H A Dsubdivision_surfaces.rst985 | **CREASE_UNIFORM** | Apply regular semi-sharp crease rules |