Files
test/source/blender
Hans Goudey 33db2d372f Mesh: Optimize vertex to edge attribute domain interpolation
Instead of using `DefaultMixer`, use the simpler `mix2` function.
This just decreases the overhead of computing each value.
In a simple test storing an attribute with the position of each
edge, I observed a 1.7x performance improvement: a change from
16 ms to ~9ms for an 8 million edge mesh.

Resolves #133196.
2025-02-12 11:50:14 -05:00
..
2024-09-20 13:14:57 +10:00
2024-10-04 11:33:21 +02:00
2025-02-05 14:38:56 +11:00
2025-02-11 20:43:17 +01:00