Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/sdc/
H A Dcrease.cpp186 float pOtherAverage = (sharpSum - pSharp) / (float)(sharpCount - 1); in SubdivideEdgeSharpnessesAroundVertex() local
189 cSharp = ((0.75f * pSharp) + (0.25f * pOtherAverage)) - 1.0f; in SubdivideEdgeSharpnessesAroundVertex()