<%@LANGUAGE="VBSCRIPT" %> <% Response.CacheControl = "no-cache" %>
Lab 08 (Due by Monday, October 4th at 11:59PM)

Overview

This lab will allow you to practice creating scenes using the graphics primitives supplied by Processing.

Assignment

Duplicate as close as possible the picture found at the link below:

Flower

  • You must create (at least) the following methods that will be called from within draw(): drawFlower().
  • You are welcome to create as many other additional methods as you see fit to help you recreate the scene.
  • You will not be penalized for inexact color match, or inexact placement of scene objects. That said, a casual observer should be able to tell at a glance that these are approximately the same image.


Grading

You will be graded on whether or not your program works as specified in the assignment, the readability of your code, and the correctness of your output. You may use any API Objects or calls that you like.