blender/intern/mikktspace
Sergey Sharybin 3241905f40 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.
2017-09-19 17:50:09 +05:00
..
CMakeLists.txt CMake: use -Wshadow warning for C source 2015-11-23 17:43:55 +11:00
mikktspace.c Fix T52818: Tangent space calculation is really slow for high-density mesh with degenerated topology 2017-09-19 17:50:09 +05:00
mikktspace.h style cleanup 2012-06-06 22:38:39 +00:00