Blender Git Commit Log

Git Commits -> Revision 9a5320a

January 8, 2018, 15:47 (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: 9a5320aea382810764b8206212fd77841e66c378
Parent Commit: 85dc915
Lines Changed: +108, -20

1 Modified Path:

/intern/mikktspace/mikktspace.c (+108, -20) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021