Hans Goudey
32fc3c0c1c
Fix: Resolve over-allocation for mesh tangents
...
For some reason, the custom data type was set as `float[4][4]`
for tangents, but they are written as `float[4]`. The overallocation
might not have been a problem, since it looks like the extra memory
was never written to. But it's still confusing and potentially bad for
performance.
2024-04-01 13:38:06 -04:00
..
2024-03-28 17:00:21 +01:00
2024-03-28 13:43:20 -04:00
2024-03-18 15:04:12 +01:00
2024-03-28 04:02:13 +01:00
2024-04-01 13:38:06 -04:00
2024-04-01 23:58:52 +11:00
2024-03-28 20:57:50 +11:00
2024-03-18 15:04:12 +01:00
2024-03-28 18:28:35 -04:00
2024-03-28 14:35:13 +02:00
2024-03-18 15:04:12 +01:00
2024-03-27 11:00:55 +01:00
2024-04-01 10:48:43 -04:00
2024-04-01 17:59:29 +02:00
2024-03-26 13:07:04 -04:00
2024-03-18 15:04:12 +01:00
2024-03-28 22:57:57 +11:00
2024-03-27 22:25:08 -04:00
2024-04-01 16:14:23 +02:00
2024-03-18 15:04:12 +01:00
2024-04-01 22:19:36 +11:00
2024-04-01 22:20:09 +11:00
2024-03-29 21:42:30 +01:00
2024-04-01 22:20:09 +11:00
2024-04-01 16:48:44 +11:00
2024-04-01 16:04:49 +02:00
2024-04-01 22:20:09 +11:00
2024-03-28 18:00:30 +01:00
2024-04-01 22:20:09 +11:00
2024-03-28 01:30:38 +01:00
2024-03-18 15:04:12 +01:00
2024-03-29 00:05:25 +01:00
2024-01-22 13:47:13 +01:00