Cycles microdisplacement: Move call to tessellate() from addon to Cycles

By calling `tessellate()` from the mesh manager in Cycles we can do pre/post
processing or even threaded tessellation without concerning client side code
with the details.
This commit is contained in:
Mai Lavelle
2016-08-14 12:41:45 -04:00
parent 5c0a67b325
commit 9396e11180
4 changed files with 49 additions and 6 deletions

View File

@@ -22,6 +22,7 @@ set(SRC
set(SRC_HEADERS
subd_dice.h
subd_patch.h
subd_patch_table.h
subd_split.h
)