Blender Git Loki
Git Commits -> Revision f7ea465
Revision f7ea465 by Sergey Sharybin (opensubdiv-modifier) July 16, 2015, 14:13 (GMT) |
OpenSubdiv: Experiments with CPU face-varying interpolation It's kind of a failure actually because face-varying interpolation is not supported yet by limit evalaution API, meaning we can't really do CPU side UV map evaluation. This commit lays down some basis of the work for future and finished vertex varying evalaution which was used here for some quick tests. |
Commit Details:
Full Hash: f7ea465af280c531babf09a1b567f5dc3eb1bfb7
Parent Commit: 6a3fb9b
Lines Changed: +163, -70
5 Modified Paths:
/intern/opensubdiv/opensubdiv_capi.h (+5, -1) (Diff)
/intern/opensubdiv/opensubdiv_evaluator_capi.cc (+20, -3) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.h (+16, -4) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c (+31, -62) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+91, -0) (Diff)
/intern/opensubdiv/opensubdiv_evaluator_capi.cc (+20, -3) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.h (+16, -4) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf_opensubdiv.c (+31, -62) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+91, -0) (Diff)