1
I got stuck in an example (again)
(lemmy.world)
In the loop where you iterate over the positions, you translate the matrix model
with the position correctly, but when you rotate it in the next line, you rotate the identity matrix, not the translated matrix, and put the result into model
, which resets the position. And so all the cubes get rendered at the same place which results in it looking like only one cube is being rendered.
thank you
The center for all discussion and news regarding C++.