Answers
Exercise A:
trans.move(pygame.Vector3(0.5, 0.5, 0))
The cube will move diagonally to the top right.
Exercise B:
trans.move(pygame.Vector3(0, -1, 0))
The cube will move into the screen, away from the viewer.
Exercise C:
Exercise A:
trans.move(pygame.Vector3(0.5, 0.5, 0))
The cube will move diagonally to the top right.
Exercise B:
trans.move(pygame.Vector3(0, -1, 0))
The cube will move into the screen, away from the viewer.
Exercise C: