Home
last modified time | relevance | path

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

/dports/graphics/opensubdiv/OpenSubdiv-3_4_4/opensubdiv/far/
H A DloopPatchBuilder.cpp179 REAL tanScale = (REAL) ((3.0 + 2.0 * std::cos(theta)) / (6.0 * valence)); in ComputeInteriorPointWeights() local
182 t2Weights[i] = pWeights[i] + t1Weights[i] * tanScale; in ComputeInteriorPointWeights()