Closed brainwipe closed 6 years ago
The edge normal calculation is O(n^2) and it's too slow. Need a faster way to calculate edge normals.
Before speedup work, time is 30ms. That's not dreadful but a lot of chunks are created.
The edge normal calculation is O(n^2) and it's too slow. Need a faster way to calculate edge normals.