Hi,
Looking through the sample chapter (5) I noticed a couple of differences between the text, the screenshots and now also the code on github.
-
The updated listing 5-6 split across pages 86 and 87 does not have a listing number.
-
The updated listing introduces the background(255) call without explaining it. I assume it is not relevant there yet.
-
the code in screenshot Figure 5-10 shows that t is being incremented by 0.1 while the text and code sections show it incremented by 1.
-
In the code in geometry.pyde on github line 14 rotate(radians(t)) is commented out.
HTH
Bram
Hi,
Looking through the sample chapter (5) I noticed a couple of differences between the text, the screenshots and now also the code on github.
The updated listing 5-6 split across pages 86 and 87 does not have a listing number.
The updated listing introduces the
background(255)call without explaining it. I assume it is not relevant there yet.the code in screenshot Figure 5-10 shows that
tis being incremented by 0.1 while the text and code sections show it incremented by 1.In the code in
geometry.pydeon github line 14rotate(radians(t))is commented out.HTH
Bram