mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-03 13:41:06 +00:00
Fix typo in Far tutorial, GetFaceEdges() actually get face index, not edge index
This commit is contained in:
parent
732e7495a6
commit
cee60e93e2
@ -186,7 +186,7 @@ public:
|
||||
|
||||
int const * GetFaceVerts(int face) const { return g_faceverts+getCompOffset(g_facenverts, face); }
|
||||
|
||||
int const * GetFaceEdges(int edge) const { return g_faceedges+getCompOffset(g_facenverts, edge); }
|
||||
int const * GetFaceEdges(int face) const { return g_faceedges+getCompOffset(g_facenverts, face); }
|
||||
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user