Notes:
The original challenge picture did not have an overlayed grid visible, so we assumed a standard size grid. We drew the tree first, followed by the surrounding decorations.
When possible, we used existing TNTColors, but we did sample greens/browns from the original tree image and from the 'goldish' petals.
Features:
| Design Scale: |
Canvas size: |
|---|---|
| Comments: |
To simplify the process, we used functions to draw the various parts of the design:
drawTree(); //6 separate right triangles
drawBumpyCircles(); //2 TNTBumpyCircles
drawBerries(); //5 TNTOrbs
drawBorderStars(); //3 TNTStars
drawBorderClovers(); //2 TNTClovers
drawPetals(); //4 TNTPWaves
|