Blender Git Commit Log
Git Commits -> Revision 3241905
Revision 3241905 by Sergey Sharybin (master) September 19, 2017, 12:50 (GMT) |
Fix T52818: Tangent space calculation is really slow for high-density mesh with degenerated topology Now we replace O(N^2) computational complexity with O(N) extra memory penalty. Memory is much cheaper than CPU time. Keep in mind, memory penalty is like 4 megabytes per 1M vertices. |
Commit Details:
Full Hash: 3241905f40e11ffc276bcca09033c045eaad70cd
Parent Commit: 2dab6f4
Lines Changed: +108, -20
1 Modified Path:
/intern/mikktspace/mikktspace.c (+108, -20) (Diff)