Block a user
6538a58725
Correct missing include from
7458d68b35
0e2f4046c6
Fix #111579: erratic viewport FPS at high frame rate
7458d68b35
Scene: increase the number of FPS samples, use fixed-point arithmetic
03071e8c02
Cleanup: remove unused test file
b274952694
Cleanup: move scene FPS calculation into it's own file
IO: New C++ PLY importer/exporter
Hi, I'm working on fixing this but I'm running into some trouble.
The issue is that I'm receiving the vertex_indices as a Span<uint32_t>
but I want to write them as Span<char>
. Reinterpret…