Blender Git Loki
Git Commits -> Revision 6b6c276
Revision 6b6c276 by Sergey Sharybin (master) August 22, 2018, 08:21 (GMT) |
Subsurf: Implement foreach traversal for subdivsion topology This makes it more generic process to perform actions which depend on ptex face + (u, v) and on subdivided vertex index. Currently it is still just a subdivision calculation process, but same foreach callbacks can easily be used to propagate displacement from known vertex locations back to displacement grids. |
Commit Details:
Full Hash: 6b6c27694e16ee1f21fe562408afc8a1fa4690f6
Parent Commit: 7f9381d
Lines Changed: +2552, -1949
1 Added Path:
/source/blender/blenkernel/intern/subdiv_foreach.c (+2041, -0) (View)