mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-23 20:20:09 +00:00
Fixed issue with exampls/farViewer
This commit is contained in:
parent
fd89a1323e
commit
5dbc1aee0d
@ -269,9 +269,9 @@ GLMesh::initializeBuffers(Options options,
|
||||
|
||||
OpenSubdiv::Far::TopologyLevel const & refLastLevel = refiner.GetLevel(maxlevel);
|
||||
|
||||
int nverts = refLastLevel.GetNumVertices(maxlevel),
|
||||
nedges = refLastLevel.GetNumEdges(maxlevel),
|
||||
nfaces = refLastLevel.GetNumFaces(maxlevel),
|
||||
int nverts = refLastLevel.GetNumVertices(),
|
||||
nedges = refLastLevel.GetNumEdges(),
|
||||
nfaces = refLastLevel.GetNumFaces(),
|
||||
firstvert = 0;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user