Page MenuHome

Cycles: Microdisp - Migrate away from ccl::SubdMesh for tessellation
ClosedPublic

Authored by Mai Lavelle (maiself) on Apr 11 2016, 11:17 PM.

Diff Detail

Event Timeline

Mai Lavelle (maiself) retitled this revision from to Cycles: Microdisp - Migrate away from ccl::SubdMesh for tessellation.
Mai Lavelle (maiself) updated this object.
Brecht Van Lommel (brecht) requested changes to this revision.Apr 11 2016, 11:26 PM
Brecht Van Lommel (brecht) edited edge metadata.

Only very minor comments, pretty much looks good to me.

intern/cycles/render/mesh.cpp
38–39

To match the convention, please add the ../sub directory in render/CMakeLists.txt, and then use #include "subd_split.h" here.

intern/cycles/render/mesh.h
31

This could be a class DiagSplit; forward declaration instead of an #include.

This revision now requires changes to proceed.Apr 11 2016, 11:26 PM
Mai Lavelle (maiself) edited edge metadata.

Made requested changes

This revision is now accepted and ready to land.Apr 12 2016, 12:04 AM
This revision was automatically updated to reflect the committed changes.