Skip to content

Commit

Permalink
Fixing typo in primvar doc
Browse files Browse the repository at this point in the history
Fixes #2386

(Internal change: 2281057)
  • Loading branch information
pixar-oss committed Jun 16, 2023
1 parent 42b581c commit db3cbfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pxr/usd/usdGeom/primvar.h
Original file line number Diff line number Diff line change
Expand Up @@ -508,10 +508,10 @@ class UsdGeomPrimvar
/// same value is repeated many times in the array value of a primvar. An
/// indexed primvar can be used in such cases to optimize for data storage
/// if the primvar's interpolation is uniform, varying, or vertex.
/// For **faceVarying primvars,** however, indexing serves a higher
/// For **faceVarying primvars**, however, indexing serves a higher
/// purpose (and should be used *only* for this purpose, since renderers
/// and OpenSubdiv will assume it) of establishing a surface topology
/// for the primvar. That is, faveVarying primvars use indexing to
/// for the primvar. That is, faceVarying primvars use indexing to
/// unambiguously define discontinuities in their functions at edges
/// and vertices. Please see the <a href="http://graphics.pixar.com/opensubdiv/docs/subdivision_surfaces.html#face-varying-interpolation-rules">
/// OpenSubdiv documentation on FaceVarying Primvars</a> for more
Expand Down

0 comments on commit db3cbfb

Please sign in to comment.