ccl::SubdMesh was too sparse, and it helps to have direct access to ccl::Mesh
Details
Details
- Reviewers
Brecht Van Lommel (brecht) - Group Reviewers
Cycles - Commits
- rBS665467e51eb4: Cycles microdisplacement: refactor to move some tesselation code from…
rC40bc49c42f47: Cycles microdisplacement: refactor to move some tesselation code from…
rB665467e51eb4: Cycles microdisplacement: refactor to move some tesselation code from…
Diff Detail
Diff Detail
Event Timeline
Comment Actions
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. | |