Blender Git Loki
Git Commits -> Revision fd39914
Revision fd39914 by Sergey Sharybin (opensubdiv-modifier) July 11, 2015, 17:55 (GMT) |
OpenSubdiv: Implementation of CPU-side evaluator Based on the code from glEvalLimit example from OpenSubdiv. Still loads of work to make it all working correctly tho. |
Commit Details:
Full Hash: fd39914cf69e3b7cae006fd4cf8616e7a2251a33
Parent Commit: dbf42a4
Lines Changed: +440, -18
1 Added Path:
/intern/opensubdiv/opensubdiv_evaluator_capi.cc (+388, -0) (View)
8 Modified Paths:
/intern/opensubdiv/CMakeLists.txt (+1, -0) (Diff)
/intern/opensubdiv/opensubdiv_capi.h (+9, -0) (Diff)
/intern/opensubdiv/opensubdiv_converter.cc (+12, -0) (Diff)
/intern/opensubdiv/opensubdiv_converter.h (+2, -0) (Diff)
/source/blender/blenkernel/BKE_subsurf.h (+0, -2) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.c (+20, -9) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+6, -6) (Diff)
/intern/opensubdiv/opensubdiv_capi.h (+9, -0) (Diff)
/intern/opensubdiv/opensubdiv_converter.cc (+12, -0) (Diff)
/intern/opensubdiv/opensubdiv_converter.h (+2, -0) (Diff)
/source/blender/blenkernel/BKE_subsurf.h (+0, -2) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.c (+20, -9) (Diff)
/source/blender/blenkernel/intern/CCGSubSurf.h (+2, -1) (Diff)
/source/blender/blenkernel/intern/subsurf_ccg.c (+6, -6) (Diff)