Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2017-09-19 15:46:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2017-09-19 15:50:09 +0300
commit3241905f40e11ffc276bcca09033c045eaad70cd (patch)
tree97a2866dc9d159fbaf0fa542c634023fccb5412e /source
parent2dab6f499c1b7337c5c2676aafa2548efd246de3 (diff)
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.
Diffstat (limited to 'source')
0 files changed, 0 insertions, 0 deletions