Blender Git Loki
Git Commits -> Revision 2ca6418
Revision 2ca6418 by Nicholas Bishop (master) May 10, 2012, 20:32 (GMT) |
Add CCGKey/CCGElem for accessing CCGSubSurf elements. CCGKey caches information about the CCGSubSurf element layout. This data, along with the CCG_* inline functions, allows access to CCGSubSurf elements with an arbitrary number of layers (as opposed to the hardcoded DMGridData structure which assumes xyz coordinates followed by three normal components.) The CCGElem structure is declared but not defined anywhere, just used as a convenient type. |
Commit Details:
Full Hash: 2ca64189b734dbd289d1a07e1ce9d332eadebe19
SVN Revision: 46514
Parent Commit: dcacbc2
Lines Changed: +195, -0
1 Added Path:
/source/blender/blenkernel/BKE_ccg.h (+167, -0) (View)
1 Modified Path:
/source/blender/blenkernel/intern/CCGSubSurf.c (+28, -0) (Diff)