mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-12 23:20:10 +00:00
Fix build for vtrViewer code example (match refactor of Far::StencilFactory)
This commit is contained in:
parent
7d07e341e0
commit
8e5426d93e
@ -649,8 +649,7 @@ createVtrMesh(Shape * shape, int maxlevel) {
|
||||
{
|
||||
OpenSubdiv::Far::StencilTablesFactory::Options options;
|
||||
options.generateOffsets=true;
|
||||
options.generateAllLevels=true;
|
||||
options.sortBySize=false;
|
||||
options.generateIntermediateLevels=true;
|
||||
|
||||
OpenSubdiv::Far::StencilTables const * stencilTables =
|
||||
OpenSubdiv::Far::StencilTablesFactory::Create(*refiner, options);
|
||||
|
Loading…
Reference in New Issue
Block a user