• 0 Posts
  • 1 Comment
Joined 1 year ago
cake
Cake day: June 8th, 2023

help-circle
  • 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.