-Transformations apply to everything that happens after and subsequent calls to the function multiply the effect. For example, calling <b>scale(2.0)</b> and then <b>scale(1.5)</b> is the same as <b>scale(3.0)</b>. If <b>scale()</b> is called within <b>draw()</b>, the transformation is reset when the loop begins again. Using this fuction with the <b>z</b> parameter requires using P3D as a parameter for <b>size()</b>, as shown in the third example above. This function can be further controlled with <b>pushMatrix()</b> and <b>popMatrix()</b>.
0 commit comments