Blender Git Commit Log
Git Commits -> Revision d511c72
Revision d511c72 by Sergey Sharybin (master) September 20, 2018, 13:39 (GMT) |
Subdiv: CCG, store edge adjacency information This information is stored for each non-loose edge. For each of such edge we store: - List of CCG faces it is adjacent to. This way we can easily check whether it is adjacent to any face which is tagged for update or so. - List of boundary elements from adjacent grids. This allows to traverse along the edge and average all adjacent grids. |
Commit Details:
Full Hash: d511c7205675abdfbe83341aa6409af5d6dee625
Parent Commit: 8196b9d
Lines Changed: +205, -0