![]() Existing truncation code limits the number of attribute buffers to be less than or equal to the number of vertices. Instead the number of elements from each attribute buffer should be limited to the length of the shortest buffer as mentioned in the earlier warning. # Objective - Fixes #10267 ## Solution - Moves the `.take()` from the outer loop of attribute buffers, to the inner loop of attribute values. --- |
||
---|---|---|
.. | ||
macros | ||
src | ||
Cargo.toml |