Closed SetupandDraw closed 8 years ago
Variable's name for the angle is not the same in the book.
float angle; rotate(angle); theta += 0.05;
It should be
angle += 0.05;
Thank you!
Variable's name for the angle is not the same in the book.
float angle; rotate(angle); theta += 0.05;
It should be
angle += 0.05;