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
..
2025-02-07 17:47:16 +01:00
2025-02-05 18:40:04 +01:00
2025-02-10 19:40:06 +11:00
2025-01-31 17:03:17 +01:00
2025-02-12 11:50:14 -05:00
2025-02-06 14:30:15 +01:00
2025-02-11 17:46:07 +01:00
2025-02-07 10:45:17 +11:00
2025-02-06 21:38:19 +01:00
2025-02-12 15:59:45 +01:00
2024-09-20 13:14:57 +10:00
2024-10-04 11:33:21 +02:00
2025-01-31 21:17:49 +01:00
2025-02-12 17:14:48 +01:00
2025-02-12 11:34:36 -05:00
2025-02-04 17:46:08 +01:00
2025-01-31 17:03:18 +01:00
2025-02-05 14:38:56 +11:00
2025-02-12 15:45:04 +01:00
2025-01-31 17:03:17 +01:00
2025-02-05 14:38:56 +11:00
2025-02-11 20:43:17 +01:00
2025-02-11 17:46:07 +01:00
2025-02-12 13:57:19 +01:00
2025-02-10 13:59:08 +02:00
2025-02-12 15:45:04 +01:00
2025-02-12 17:12:50 +01:00
2025-02-12 15:59:45 +01:00
2025-02-10 16:10:01 +01:00
2025-02-07 17:47:16 +01:00
2025-01-31 17:03:18 +01:00
2025-02-11 16:39:12 +01:00
2024-12-02 21:26:15 +01:00